thirdman
Group: Members
Posts: 9
Joined: Sep. 2006 |
|
Posted: Sep. 07 2006,20:13 |
|
Quote (Guest @ July 25 2005,09:50) | Well, I tried doing dsl-hdinstall for multiusers and singleuser and I found the difference in /etc/inittab:
for singleuser with autologin: < 1:12345:respawn:/bin/bash -login >/dev/tty1 2>&1 </dev/tty1 < 2:234:respawn:/bin/bash -login >/dev/tty2 2>&1 </dev/tty2 < 3:234:respawn:/bin/bash -login >/dev/tty3 2>&1 </dev/tty3 < 4:234:respawn:/bin/bash -login >/dev/tty4 2>&1 </dev/tty4
for multiuser and no autoloin: > 1:2345:respawn:/sbin/getty 115200 tty1 > 2:2345:respawn:/sbin/getty 115200 tty2 > 3:2345:respawn:/sbin/getty 115200 tty3 > 4:2345:respawn:/sbin/getty 115200 tty4
I haven't tried this myself. Let me know if you find out anyhing.
Agus |
This method worked for me, too!
-------------- thirdman
|