#
# inittab	This file describes how the INIT process should set up
#		the system in a certain run-level.
#
# Version:	@(#) /etc/inittab		3.01	27-Oct-1993
#
# Author:	Miquel van Smoorenburg, <miquels@drinkel.nl.mugnet.org>
#
#
# Default runlevel.
id:3:initdefault:
#
# System initialization before anything else.
si::sysinit:/sbin/rc bcheckrc
#
# /etc/rc takes care of runlevel handling.
l0:0:wait:/sbin/rc   0
l1:1:wait:/sbin/rc   1
l2:2:wait:/sbin/rc   2
l3:3:wait:/sbin/rc   3
l6:6:wait:/sbin/rc   6
#
# Special actions for powerfail and CTRL-ALT-DEL
ca::ctrlaltdel:/sbin/shutdown -t3 -rf now
#
# Here are the actions for powerfailure.
pf::powerwait:/sbin/init.d/powerfail   start
po::powerokwait:/sbin/init.d/powerfail stop
#
# Getties for the normal runlevels.
c1:2:respawn:/sbin/getty  tty1  console vt100
c2:2:respawn:/sbin/getty  tty2  console vt100
c3:2:respawn:/sbin/getty  tty3  console vt100
c4:2:respawn:/sbin/getty  tty4  console vt100
c5:2:respawn:/sbin/getty  tty5  console vt100
c6:2:respawn:/sbin/getty  tty6  console vt100
c7:2:respawn:/sbin/getty  tty7  console vt100
c8:2:respawn:/sbin/getty  tty8  console vt100
co:3:respawn:/sbin/agetty tty1  38400
~~:S:wait:/bin/login root
#
# End of /etc/inittab
