home *** CD-ROM | disk | FTP | other *** search
- #
- # inittab This file describes how the INIT process should set up
- # the system in a certain run-level.
- #
- # Version: @(#)inittab 2.04 17/05/93 MvS
- #
- # Author: Miquel van Smoorenburg, <miquels@drinkel.nl.mugnet.org>
- #
- # Default runlevel.
- id:4:initdefault:
-
- # System initialization (runs when system boots).
- si:S:sysinit:/etc/rc.d/rc.S
-
- # Script to run when going multi user.
- rc:123456:bootwait:/etc/rc.d/rc.M
-
- # What to do at the "Three Finger Salute".
- ca::ctrlaltdel:/sbin/reboot
-
- # What to do when power fails (shutdown to single user).
- pf::powerwait:/sbin/reboot > /dev/console < /dev/console 2>&1
-
- #
- # Start 3 gettys. Has to be enough ...
- #
- c1:12345:respawn:/sbin/agetty 38400 tty1
- c2:12345:respawn:/sbin/agetty 38400 tty2
- c3:45:respawn:/sbin/agetty 38400 tty3
-
- # End of /etc/inittab
-