# /etc/inittab
# Boot-time system configuration/initialization script.
# This is run first except when booting in single-user mode.
::sysinit:/etc/rc.d/rc.S

# Login /bin/sh invocations on selected ttys.
#
# Start a shell on the console
::respawn:-/bin/sh
# Start an "askfirst" shell on tty2 and tty3
vc/2::respawn:-/usr/local/bin/mixer.pl
vc/3::askfirst:/bin/sh

# Reboot when ctrl-alt-del keys are pressed. 
::ctrlaltdel:/sbin/reboot 

# Stuff to do before halting or rebooting.
::shutdown:/sbin/swapoff -a >/dev/null 2>&1 
::shutdown:/bin/umount -a -r >/dev/null 2>&1 
