ttyS*: provide commented default, reword information about grmlserial marker
[grml-etc.git] / etc / inittab.grml
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"