#
# inittab	This file describes how the INIT process should set up
#		the system in a certain run-level.
#
# Default runlevel.
id:3:initdefault:

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

# Script to run when going multi user.
rc:123456:wait:/etc/rc.d/rc.M

# What to do at the "Three Finger Salute".
ca::ctrlaltdel:/sbin/shutdown -rfn now

# Shell at startup
#c1:1235:respawn:/bin/bash --login 

#
# virtual consoles.
#
c1:1235:respawn:/sbin/agetty 38400 tty1 linux
c2:1235:respawn:/sbin/agetty 38400 tty2 linux
#c3:1235:respawn:/sbin/agetty 38400 tty3 linux
#c4:1235:respawn:/sbin/agetty 38400 tty4 linux

#
# hard wired terminals.
#
#
# dial-in modems.
#

# Runlevel 4 used to be for an X-window only system#
#x1:4:wait:/etc/rc.d/rc.4

# End of /etc/inittab
