]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
- sX prefix ofr serial lines
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 12 Mar 2009 15:32:55 +0000 (15:32 +0000)
committerElan Ruusamäe <glen@pld-linux.org>
Thu, 12 Mar 2009 15:32:55 +0000 (15:32 +0000)
svn-id: @10208

inittab

diff --git a/inittab b/inittab
index 3986092696a62ddc42b191e954a62dc470049986..022bd368847cf32d88d4176ffeda0a75c38ea664 100644 (file)
--- a/inittab
+++ b/inittab
@@ -46,7 +46,8 @@ 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
@@ -63,8 +64,8 @@ pr:12345:powerokwait:/sbin/shutdown -c "Power Restored; Shutdown Cancelled"
 #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.123821 seconds and 4 git commands to generate.