#
#	$Id: inittab 3424 2006-02-27 21:05:00Z finley $
#

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

# /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-6
tty2::askfirst:-/bin/sh
tty3::askfirst:-/bin/sh
tty4::askfirst:-/bin/sh
tty5::askfirst:-/bin/sh
tty6::askfirst:-/bin/sh


# Stuff to do before rebooting
:12345:ctrlaltdel:/usr/bin/killall rcS > /dev/null 2>&1
:12345:ctrlaltdel:/bin/umount -a -r > /dev/null 2>&1
:12345:ctrlaltdel:/sbin/reboot
