]> git.pld-linux.org Git - projects/rc-scripts.git/blobdiff - inittab
drop raidutils (raidstart, /etc/raidtab) support. our geninitrd doesn't support it...
[projects/rc-scripts.git] / inittab
diff --git a/inittab b/inittab
index 0fe1d3ec5d87f9f935475f4675242e66442c7707..022bd368847cf32d88d4176ffeda0a75c38ea664 100644 (file)
--- a/inittab
+++ b/inittab
@@ -8,7 +8,7 @@
 #              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)
@@ -46,21 +46,26 @@ pf::powerfail:/sbin/shutdown -f -h +2 "Power Failure; System Shutting Down"
 pr:12345:powerokwait:/sbin/shutdown -c "Power Restored; Shutdown Cancelled"
 
 # Run agetty on serial port
-# 0:12345:respawn:/sbin/agetty 9600 ttyS0 vt100
+#s0:12345:respawn:/sbin/agetty 115200 ttyS0 vt100
+#s1:12345:respawn:/sbin/agetty 115200 ttyS1 vt100
 
 # Run gettys in standard runlevels
 1:12345:respawn:/sbin/mingetty --noclear tty1
 2:2345:respawn:/sbin/mingetty tty2
 3:2345:respawn:/sbin/mingetty tty3
 4:2345:respawn:/sbin/mingetty tty4
-5:2345:respawn:/sbin/mingetty tty5
-6:2345:respawn:/sbin/mingetty tty6
-7:2345:respawn:/sbin/mingetty tty7
-8:2345:respawn:/sbin/mingetty tty8
+#5:2345:respawn:/sbin/mingetty tty5
+#6:2345:respawn:/sbin/mingetty tty6
+#7:2345:respawn:/sbin/mingetty tty7
+#8:2345:respawn:/sbin/mingetty tty8
+#9:2345:respawn:/sbin/mingetty tty9
+#10:2345:respawn:/sbin/mingetty tty10
+#11:2345:respawn:/sbin/mingetty tty11
+#12:2345:respawn:/sbin/mingetty tty12
 
 # Examples
-# 9:2345:respawn:/sbin/mingetty --mono tty9
-# 10:2345:respawn:/sbin/mingetty --remote-host=some.host.in.net.pl tty10
+#9:2345:respawn:/sbin/mingetty --mono tty9
+#10:2345:respawn:/sbin/mingetty --remote-host=some.host.in.net.pl tty10
 
 # Run xdm in runlevel 5
 #x:5:respawn:/usr/bin/X11/xdm -nodaemon
This page took 0.035912 seconds and 4 git commands to generate.