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

# /bin/sh
#
# Start an "askfirst" shell on the console (whatever that may be)
::once:-/bin/sh

::respawn:/sbin/getty 115200 usb/ttygs/0

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

# Stuff to do before rebooting
::ctrlaltdel:/sbin/reboot
::shutdown:/bin/sh -c 'echo hallo > /dev/usb/ttygs/0'
::shutdown:/bin/umount -a -r
::shutdown:/sbin/swapoff -a
