Results 1 to 5 of 5
Hey guys so got a few questions.
how do i alter my system so only a certain number of virtual consoles start when i boot the comp? also how do ...
- 06-04-2008 #1Just Joined!
- Join Date
- Apr 2008
- Location
- new york
- Posts
- 15
fedora virtual consoles
Hey guys so got a few questions.
how do i alter my system so only a certain number of virtual consoles start when i boot the comp? also how do i change the system login message and banner?
- 06-04-2008 #2Open /etc/inittab file and put # sign before ttys that you dont want to start.how do i alter my system so only a certain number of virtual consoles start when i boot the comp?
I have enabled only first console ( tty1 ) in my Fedora box.
Code:# Run gettys in standard runlevels 1:2345:respawn:/sbin/mingetty tty1 #2:2345:respawn:/sbin/mingetty tty2 #3:2345:respawn:/sbin/mingetty tty3 #4:2345:respawn:/sbin/mingetty tty4 #5:2345:respawn:/sbin/mingetty tty5 #6:2345:respawn:/sbin/mingetty tty6
Try configurable Login Theme from Gnome-look.org ( If you are using GDM ) or kde-look.org ( if you are using KDM ). There could be a lot of other ways but I am not aware of those.also how do i change the system login message and banner?It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 06-04-2008 #3
Some aspects of the login banner have to be configured by running gdmsetup or kcontrol -> administration -> login manager, depending on which login manager you are using.
- 06-07-2008 #4Just Joined!
- Join Date
- Apr 2008
- Location
- new york
- Posts
- 15
k cool thanks
what about setting a user prompt so it shows the current date instead of the user id?
- 06-07-2008 #5
Edit .bashrc file in your home folder and set PS1 value to date.
Execute 'source .bashrc' command after editing file.Code:nano ~/.bashrc
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote