# Level to run in. Set to 5 or 6 to allow serial port logins.
# If you comment this out, the system will ask you for a runlevel
# when it is booted.
#
id:5:initdefault:
#
# Sysinit: takes place only once, right after system boot, *before*
# possibly going single-user.
#
si:S:sysinit:/etc/rc.S
#
# boot & bootwait take place once too, but *after* possibly going
# single user.
#
rc:12345:wait:/etc/rc
#
# Normal levels: 1-6 = virtual consoles
# Of course you can change this to suit your taste.
#
c1:12345:respawn:/sbin/agetty 38400 tty1 console
c2:12345:respawn:/sbin/agetty 38400 tty2 console
c3:12345:respawn:/sbin/agetty 38400 tty3 console
c4:12345:respawn:/sbin/agetty 38400 tty4 console
c5:12345:respawn:/sbin/agetty 38400 tty5 console
c6:12345:respawn:/sbin/agetty 38400 tty6 console
#
# "Three fingers salute"
#
ca:12345:ctrlaltdel:/etc/rc.6

# Runlevel 6 reboots the system.
l6:6:wait:/etc/rc.6
