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

::respawn:/bin/setup
tty2::askfirst:/bin/shell
tty3::askfirst:/bin/shell
tty4::askfirst:/bin/shell
tty5::askfirst:/bin/shell

::ctrlaltdel:/sbin/reboot
::shutdown:/sbin/swapoff -a
::shutdown:/bin/umount -a -r
