# Default inittab for a busybox style setup
#
# Busybox init does not support runlevels, this field is ignored:
#   <id>:<runlevels>:<action>:<process>
#
# The <id> field is used to specify the controlling TTY for the process.  
#	This is different then sysvinit behavior!
#
# You will have to tailor this for your needs!
#
# System startup
::sysinit:/etc/init.d/rcS

# Go into runlevel 2
::wait:/etc/init.d/rc 2

# Format of terminals:
#  <tty>::<action>:<process>

# Virtual Terminals
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

# Serial Terminals
ttyS0::respawn:/sbin/getty -L ttyS0 9600 vt100
#ttyS1::respawn:/sbin/getty -L ttyS1 9600 vt100

# Go into runlevel 0 (Halt)
::shutdown:/etc/init.d/rc 0
