SVN: rc-scripts/trunk/inittab

glen glen at pld-linux.org
Thu Mar 12 16:32:55 CET 2009


Author: glen
Date: Thu Mar 12 16:32:55 2009
New Revision: 10208

Modified:
   rc-scripts/trunk/inittab
Log:
- sX prefix ofr serial lines

Modified: rc-scripts/trunk/inittab
==============================================================================
--- rc-scripts/trunk/inittab	(original)
+++ rc-scripts/trunk/inittab	Thu Mar 12 16:32:55 2009
@@ -46,7 +46,8 @@
 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 @@
 #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


More information about the pld-cvs-commit mailing list