# Do some initialisation stuff
#
::sysinit:/bin/mount /dev/root / -o remount,rw
::sysinit:/bin/mount -a 
::once:/sbin/syslogd

# /bin/sh invocations on selected ttys
#
# Start an "askfirst" shell on the console (whatever that may be)
# ::askfirst:-/bin/sh
# Start an "askfirst" shell on /dev/tty2-4
tty1::respawn:/sbin/getty 38400 tty1
tty2::respawn:/sbin/getty 38400 tty2
tty3::respawn:/sbin/getty 38400 tty3

# Example of how to put a getty on a serial line (for a terminal)
#
#::respawn:/sbin/getty -L ttyS0 9600 vt100
#::respawn:/sbin/getty -L ttyS1 9600 vt100
#
# Example how to put a getty on a modem line.
#::respawn:/sbin/getty 57600 ttyS2

::respawn:/sbin/telnetd

# Stuff to do before rebooting
::ctrlaltdel:/sbin/reboot
::shutdown:/bin/umount -a -r
::shutdown:/sbin/swapoff -a