ttyS*: provide commented default, reword information about grmlserial marker
authorMichael Prokop <mika@grml.org>
Wed, 21 Jul 2010 21:37:59 +0000 (23:37 +0200)
committerMichael Prokop <mika@grml.org>
Wed, 21 Jul 2010 21:37:59 +0000 (23:37 +0200)
Signed-off-by: Michael Prokop <mika@grml.org>
etc/inittab.grml
etc/inittab.small

index 081c537..c6ab590 100644 (file)
@@ -64,11 +64,15 @@ po::powerokwait:/etc/init.d/powerfail stop
 12:2345:respawn:/bin/zsh --login -c "/usr/bin/grml-init-multitail ; /usr/bin/grml-init-screen" >/dev/tty12 2>&1 </dev/tty12
 
 ################################################################################
+# Please do NOT remove the line with the marker as it is important for the
+# bootoption serial/console. line(s) will be inserted here according to the
+# provided kernel command line:
 #grmlserial# is a marker, important for the bootoption serial/console
-# inittab lines will be inserted here according to the kernel command line
 ################################################################################
 
 # Example how to put a getty on a serial line (for a terminal)
+# T0:23:respawn:/bin/bash -c "/sbin/getty -L ttyS0 -l /usr/bin/zsh-login 9600 vt100 || sleep 30"
+# T1:23:respawn:/bin/bash -c "/sbin/getty -L ttyS1 -l /usr/bin/zsh-login 9600 vt100 || sleep 30"
 # T0:23:respawn:/sbin/getty -L ttyS0 9600 vt100
 # T1:23:respawn:/sbin/getty -L ttyS1 9600 vt100
 # T0:2345:respawn:/bin/bash -c "/sbin/mgetty ttyS0 || sleep 30"
index f57120d..e34321e 100644 (file)
@@ -64,15 +64,15 @@ po::powerokwait:/etc/init.d/powerfail stop
 #12:2345:respawn:/bin/zsh --login -c "/usr/bin/grml-init-multitail ; /usr/bin/grml-init-screen" >/dev/tty12 2>&1 </dev/tty12
 
 ################################################################################
-# Please do NOT remove the following lines as they are important for the
-# bootoption serial/console. All lines starting with "#grmlserial#" will be
-# activated and %serialspeed% will be replaced with the according baude rate
-# settings specified on kernel command line then.
-#grmlserial#T0:23:respawn:/bin/bash -c "/sbin/getty -L ttyS0 -l /usr/bin/zsh-login %serialspeed% vt100 || sleep 30"
-#grmlserial#T1:23:respawn:/bin/bash -c "/sbin/getty -L ttyS1 -l /usr/bin/zsh-login %serialspeed% vt100 || sleep 30"
+# Please do NOT remove the line with the marker as it is important for the
+# bootoption serial/console. line(s) will be inserted here according to the
+# provided kernel command line:
+#grmlserial# is a marker, important for the bootoption serial/console
 ################################################################################
 
 # Example how to put a getty on a serial line (for a terminal)
+# T0:23:respawn:/bin/bash -c "/sbin/getty -L ttyS0 -l /usr/bin/zsh-login 9600 vt100 || sleep 30"
+# T1:23:respawn:/bin/bash -c "/sbin/getty -L ttyS1 -l /usr/bin/zsh-login 9600 vt100 || sleep 30"
 # T0:23:respawn:/sbin/getty -L ttyS0 9600 vt100
 # T1:23:respawn:/sbin/getty -L ttyS1 9600 vt100
 # T0:2345:respawn:/bin/bash -c "/sbin/mgetty ttyS0 || sleep 30"