/etc/skel/.xinitrc.d/grml_keyboard: Ctrl+Alt+Backspace kills xserver
[grml-etc.git] / etc / inittab.grml
index 39f5ae8..19a2123 100644 (file)
@@ -64,21 +64,17 @@ 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 then.
-#grmlserial#T0:23:respawn:/sbin/getty -L ttyS0 -l /usr/bin/zsh-login 115200,57600,38400,19200,9600,4800,2400,1200 vt100
-#grmlserial#T1:23:respawn:/sbin/getty -L ttyS1 -l /usr/bin/zsh-login 115200,57600,38400,19200,9600,4800,2400,1200 vt100
+# 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"
-# T1:2345:respawn:/bin/bash -c "/sbin/mgetty ttyS1 || sleep 30"
-
-# Example how to put a getty on a modem line.
-#T3:23:respawn:/sbin/mgetty -x0 -s 57600 ttyS3
 
 #-- isdnutils begin
 # Change the lines below for your local setup and uncomment them.