# /etc/inittab: init configuration for busybox init.
# Boot-time system configuration/initialization script.
#
::sysinit:/etc/init.d/rcS

# /bb/getty respawn shell invocations for selected ttys.
tty1::respawn:/bb/getty -nl /sbin/autologin 38400 tty1
#tty2::respawn:/bb/getty 38400 tty2
#tty3::respawn:/bb/getty 38400 tty3
#tty4::askfirst:/bb/getty 38400 tty4
#tty5::askfirst:/bb/getty 38400 tty5
#tty6::askfirst:/bb/getty 38400 tty6

# Stuff to do when restarting the init 
# process, or before rebooting.
::restart:/etc/init.d/rc.shutdown
::restart:/bb/init
::ctrlaltdel:/bb/reboot
::shutdown:/etc/init.d/rc.shutdown

