#
# /etc/inittab
# 
# see busybox-1.00rc2/examples/inittab for more examples
#

# starting up
::sysinit:/etc/rc.d/rcS

# what to do after startup
::respawn:-/bin/sh
#::respawn:/sbin/getty -L ttyS0 115200 vt100

# one way of rebooting
::ctrlaltdel:/sbin/reboot

# what to do before rebooting
::shutdown:/etc/rc.d/rcS stop
::shutdown:/bin/umount -a -r
::shutdown:/sbin/swapoff -a

# what to do when restarting the init process
::restart:/sbin/init

