# This is run first except when booting in single-user mode.
::sysinit:/etc/rc.d/rcS

# /bin/ash
#
# Start an "askfirst" shell on the serial port
#ttymxc0::askfirst:-/bin/sh
::respawn:/sbin/getty -L ttymxc0 115200 vt100
::respawn:/sbin/getty -L tty1 115200

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

# Stuff to do before rebooting
::ctrlaltdel:/sbin/reboot
::shutdown:/etc/rc.d/rcS stop
::shutdown:/sbin/swapoff -a
