#
# inittab	This file describes how the INIT process should set up
#		the system in a certain run-level.
#
# Version:	@(#)inittab		1.50	1994-01-18
#
# Author:	Miquel van Smoorenburg, <miquels@drinkel.nl.mugnet.org>
#

# Default runlevel.
id:2:initdefault:

# System initialization before anything else.
si::sysinit:/etc/bcheckrc

# Shell to run in single user mode.
# Enable the next line to run sulogin instead of a standard shell.
# Or disable it if you don not have sulogin installed.
~~:S:wait:/sbin/sulogin

# Runlevel 0 means halt the system.
l0:0:wait:/etc/rc.d/rc.halt

# Runlevel 1 is for administration.
l1:1:wait:/etc/rc.d/rc.single

# Runlevel 2 is the normal multi user level.
l2:2345:wait:/etc/rc.d/rc.multi

# Runlevel 6 means reboot the system.
l6:6:wait:/etc/rc.d/rc.reboot

# Special actions for powerfail and CTRL-ALT-DEL
ca::ctrlaltdel:/sbin/shutdown -t1 -rf now

# Here are the actions for powerfailure.
pf::powerwait:/etc/powerfail start
po::powerokwait:/etc/powerfail stop

# Runlevel 5 is special: it turns the system into an X workstation.
xw:5:once:/usr/bin/X11/xdm -nodaemon

# Getties for the normal runlevels.
# BEWARE of the tty names here!
c1:2345:respawn:/sbin/getty CONSOLE vc01
c2:234:respawn:/sbin/getty CONS2 vc02
c3:234:respawn:/sbin/getty CONS3 vc03
c4:234:respawn:/sbin/getty CONS4 vc04
c5:234:respawn:/sbin/getty CONS5 vc05
c6:234:respawn:/sbin/getty CONS6 vc06
t1:234:respawn:/sbin/getty -h TERM tty01

# End of /etc/inittab
