View previous topic :: View next topic |
Author |
Message |
john745 Apprentice
Joined: 25 Mar 2006 Posts: 209
|
Posted: Sat Oct 13, 2007 8:39 pm Post subject: Did etc-update, and now some unwanted changes appears |
|
|
Hi:
Using Karoo i did update all my etc-update -im not sure about the procedure, and why i must do that, in the man of emerge the info is not very complete-
Any way, i rebooted and when i enter to the terminal, i get:
bash-3.2 is not the name i putted.........is there a way to restore my original values?
And, how do exactly do the etc-update thing?? any guide or something? |
|
Back to top |
|
|
WakkaDojo Apprentice
Joined: 26 Sep 2007 Posts: 174 Location: Massachusetts
|
Posted: Sat Oct 13, 2007 8:50 pm Post subject: |
|
|
There are different ways of configuring that. One is by setting the PS1 environment variable in ~/.bashrc; the one that comes with the gentoo minimal install is nice, so you can use that one if you want:
Code: |
$ echo PS1="\[\033[01;31m\]\h\[\033[01;34m\] \W \$\[\033[00m\] " >> ~/.bashrc
|
(notice this has to be done as normal user) |
|
Back to top |
|
|
john745 Apprentice
Joined: 25 Mar 2006 Posts: 209
|
Posted: Sat Oct 13, 2007 8:55 pm Post subject: |
|
|
And how to see if there are some effects of the etc-update??.................and how do i proper do the etc-update?
Thank you |
|
Back to top |
|
|
Nephilim666 Tux's lil' helper
Joined: 07 Jul 2007 Posts: 148
|
Posted: Sat Oct 13, 2007 9:44 pm Post subject: |
|
|
Gromlok wrote: | And how to see if there are some effects of the etc-update??.................and how do i proper do the etc-update?
Thank you |
Gentoo handbook 4.Additional Portage Tools
Etc-update updates the config files of the applications that you have just updated. You should be quite careful using it and I personally would recommend using dispatch-conf, which is saver to use. |
|
Back to top |
|
|
|