# System initialization (runs when system boots).
::sysinit:/etc/rc.d/rc.S

# Only activate a serial console when it is specified in the kernel command line.
ttymxc0::respawn:/usr/libexec/serialconsole.sh

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

# What to do at the "Three Finger Salute".
::ctrlaltdel:/sbin/reboot

# Stuff to do before rebooting
::shutdown:/etc/rc.d/rc.R
