diff options
-rw-r--r-- | inittab | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,6 +8,8 @@ tty1::respawn:/sbin/getty 38400 tty1 tty2::respawn:/sbin/getty 38400 tty2 tty3::respawn:/sbin/getty 38400 tty3 tty4::respawn:/sbin/getty 38400 tty4 +tty5::respawn:/sbin/getty 38400 tty5 +tty6::respawn:/sbin/getty 38400 tty6 # Put a getty on the serial port #ttyS0::respawn:/sbin/getty -L ttyS0 115200 vt100 @@ -17,6 +19,4 @@ tty4::respawn:/sbin/getty 38400 tty4 # Stuff to do before rebooting ::shutdown:/sbin/rc shutdown -null::shutdown:/bin/umount -a -r 2>/dev/null -null::shutdown:/sbin/swapoff -a 2>/dev/null |