diff --git a/etc/inittab b/etc/inittab index 7451c74..c793e63 100644 --- a/etc/inittab +++ b/etc/inittab @@ -3,13 +3,13 @@ ::shutdown:/lib/init/rc.shutdown ::respawn:runsvdir -P /var/service 'log: ................................................................................................................................................................................................................................................................' -tty1::respawn:/bin/getty 38400 tty2 -tty2::respawn:/bin/getty 38400 tty3 +tty1::respawn:/bin/getty 38400 tty1 +tty2::respawn:/bin/getty 38400 tty2 # Uncomment to enable more gettys. -# tty3::respawn:/bin/getty 38400 tty4 -# tty4::respawn:/bin/getty 38400 tty5 -# tty5::respawn:/bin/getty 38400 tty6 +# tty3::respawn:/bin/getty 38400 tty3 +# tty4::respawn:/bin/getty 38400 tty4 +# tty5::respawn:/bin/getty 38400 tty5 # Login directly as a user and bypass the login prompt. # NOTE: This bypasses the use of a getty altogether.