]> git.pld-linux.org Git - projects/rc-scripts.git/blame - inittab
- propset test
[projects/rc-scripts.git] / inittab
CommitLineData
7742e157 1#
3e36a08f
TP
2# inittab This file describes how the INIT process should set up
3# the system in a certain run-level.
7742e157 4#
afd350ed 5# $Id: inittab,v 1.7 2003/05/31 11:59:02 arekm Exp $
b0443108 6#
3e36a08f
TP
7# Author: Miquel van Smoorenburg, <miquels@drinkel.nl.mugnet.org>
8# Modified for RHS Linux by Marc Ewing and Donnie Barnes
12de71be 9#
7742e157
AF
10
11# Default runlevel. The runlevels used by PLD are:
12# 0 - halt (Do NOT set initdefault to this)
13# 1 - Single user mode
14# 2 - Multiuser, without NFS (The same as 3, if you do not have networking)
15# 3 - Full multiuser mode
16# 4 - unused
17# 5 - X11
18# 6 - reboot (Do NOT set initdefault to this)
3e36a08f 19#
7742e157
AF
20id:3:initdefault:
21
22# System initialization.
23si::sysinit:/etc/rc.d/rc.sysinit
24
25l0:0:wait:/etc/rc.d/rc 0
26l1:1:wait:/etc/rc.d/rc 1
27l2:2:wait:/etc/rc.d/rc 2
28l3:3:wait:/etc/rc.d/rc 3
29l4:4:wait:/etc/rc.d/rc 4
30l5:5:wait:/etc/rc.d/rc 5
31l6:6:wait:/etc/rc.d/rc 6
32
7742e157 33# Trap CTRL-ALT-DELETE
12de71be 34ca::ctrlaltdel:/sbin/shutdown -t3 -r now
7742e157 35
3e36a08f
TP
36# Trap KeyboardSignal
37#kb::kbrequest:<insert your action here>
38
7742e157
AF
39# When our UPS tells us power has failed, assume we have a few minutes
40# of power left. Schedule a shutdown for 2 minutes from now.
41# This does, of course, assume you have powerd installed and your
3e36a08f 42# UPS connected and working correctly.
7742e157
AF
43pf::powerfail:/sbin/shutdown -f -h +2 "Power Failure; System Shutting Down"
44
45# If power was restored before the shutdown kicked in, cancel it.
46pr:12345:powerokwait:/sbin/shutdown -c "Power Restored; Shutdown Cancelled"
47
48
49# Run gettys in standard runlevels
501:12345:respawn:/sbin/mingetty --noclear tty1
512:2345:respawn:/sbin/mingetty tty2
523:2345:respawn:/sbin/mingetty tty3
534:2345:respawn:/sbin/mingetty tty4
545:2345:respawn:/sbin/mingetty tty5
556:2345:respawn:/sbin/mingetty tty6
12de71be 567:2345:respawn:/sbin/mingetty tty7
578:2345:respawn:/sbin/mingetty tty8
7742e157 58
de1fc6ce
JR
59# Examples
60# 9:2345:respawn:/sbin/mingetty --mono tty9
61# 10:2345:respawn:/sbin/mingetty --remote-host=some.host.in.net.pl tty10
62
7742e157 63# Run xdm in runlevel 5
12de71be 64#x:5:respawn:/usr/bin/X11/xdm -nodaemon
This page took 0.045142 seconds and 4 git commands to generate.