mikshaw
Group: Members
Posts: 4856
Joined: July 2004 |
|
Posted: Oct. 12 2007,14:32 |
|
Is this what you were looking at? http://damnsmalllinux.org/cgi-bin....;t=7936
This is what I do to get four virtual terminals with login prompt. I've used ssh a couple of times on this system without trouble, although the how-to does not cover ssh. You will need to start sshd yourself in order to acces the system that way. Trying to use runlevel 2 might actually be your problem, though, since that how-to was designed for runlevel 5. You could modify inittab to work for 2, but you'd get the same result as in runlevel 5. Runlevels are not "set in stone"; they're simply provided as a way to easily switch from one environment to another without manually changing things every time. You can set up any runlevel to behave like any other.
-------------- http://www.tldp.org/LDP/intro-linux/html/index.html
|