]> git.pld-linux.org Git - projects/rc-scripts.git/blobdiff - inittab
- 0.4.1.20
[projects/rc-scripts.git] / inittab
diff --git a/inittab b/inittab
index 2bc83ed6c6ee9606856883d9e2e3e0abebfff1e2..90a06c01dd532256e1186ef3d7456e4129ea5139 100644 (file)
--- a/inittab
+++ b/inittab
@@ -2,13 +2,13 @@
 # inittab      This file describes how the INIT process should set up
 #              the system in a certain run-level.
 #
-#              $Id: inittab,v 1.6 2002/01/17 21:14:42 gotar Exp $
+#              $Id$
 #
 # Author:      Miquel van Smoorenburg, <miquels@drinkel.nl.mugnet.org>
 #              Modified for RHS Linux by Marc Ewing and Donnie Barnes
 #
 
-# Default runlevel. The runlevels used by PLD are:
+# Default runlevel. The runlevels used by PLD Linux are:
 #   0 - halt (Do NOT set initdefault to this)
 #   1 - Single user mode
 #   2 - Multiuser, without NFS (The same as 3, if you do not have networking)
@@ -30,9 +30,6 @@ l4:4:wait:/etc/rc.d/rc 4
 l5:5:wait:/etc/rc.d/rc 5
 l6:6:wait:/etc/rc.d/rc 6
 
-# Things to run in every runlevel.
-ud::once:/sbin/update
-
 # Trap CTRL-ALT-DELETE
 ca::ctrlaltdel:/sbin/shutdown -t3 -r now
 
@@ -48,6 +45,8 @@ pf::powerfail:/sbin/shutdown -f -h +2 "Power Failure; System Shutting Down"
 # If power was restored before the shutdown kicked in, cancel it.
 pr:12345:powerokwait:/sbin/shutdown -c "Power Restored; Shutdown Cancelled"
 
+# Run agetty on serial port
+# 0:12345:respawn:/sbin/agetty 9600 ttyS0 vt100
 
 # Run gettys in standard runlevels
 1:12345:respawn:/sbin/mingetty --noclear tty1
This page took 0.028568 seconds and 4 git commands to generate.