mikshaw
Group: Members
Posts: 4856
Joined: July 2004 |
|
Posted: April 17 2006,13:36 |
|
For no automatic X, edit /home/dsl .bash_profile, removing or commenting the startx line.
For multiple terminals, edit /etc/inittab. You'll see near the end of the file a list of actions that occur depending on your runlevel. If you add "5" to one or more of the additional "respawn" lines, you'll get one or more new virtual terminals.
You could also boot into runlevel 2 to get four terminals and avoid having to edit and backup any files. If you choose this option, you will be logged in as root.
Also, you could do a bit more work in order to get terminals that will not automatically be logged in (a password is needed). http://damnsmalllinux.org/cgi-bin....;t=7936
-------------- http://www.tldp.org/LDP/intro-linux/html/index.html
|