inittab configs: drop commented lines mentioning zsh-login
authorMichael Prokop <mika@grml.org>
Fri, 14 Oct 2011 10:17:45 +0000 (12:17 +0200)
committerMichael Prokop <mika@grml.org>
Fri, 14 Oct 2011 10:17:47 +0000 (12:17 +0200)
/usr/bin/zsh-login was renamed to /usr/share/grml-scripts/run-welcome
in git commit fd86ffcbcd135b49bff36d1b4c2b96735b459f5a in grml-scripts.git.
Since the two lines referring to zsh-login aren't useful anymore let's
just drop them.

etc/grml/fai/config/files/etc/inittab/GRMLBASE
etc/grml/fai/config/files/etc/inittab/GRML_SMALL

index 67a25b1..c29afbe 100644 (file)
@@ -75,8 +75,6 @@ po::powerokwait:/etc/init.d/powerfail stop
 ################################################################################
 
 # 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
 
index d211c7c..f3147e5 100644 (file)
@@ -75,8 +75,6 @@ po::powerokwait:/etc/init.d/powerfail stop
 ################################################################################
 
 # 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