zsh-login: do not disable grml-quickconfig for serial console v1.2.8
authorMichael Prokop <mika@grml.org>
Sat, 27 Feb 2010 01:27:57 +0000 (02:27 +0100)
committerMichael Prokop <mika@grml.org>
Sat, 27 Feb 2010 01:27:57 +0000 (02:27 +0100)
debian/changelog
usr_bin/zsh-login

index e267c5c..0694b19 100644 (file)
@@ -1,8 +1,11 @@
 grml-scripts (1.2.8) unstable; urgency=low
 
   * grml-setlang: do not set LC_CTYPE any longer.
+  * zsh-login: do not disable grml-quickconfig for serial console
+    by default, we found a better solution through handling it
+    via inittab.
 
- -- Michael Prokop <mika@grml.org>  Fri, 26 Feb 2010 21:26:57 +0100
+ -- Michael Prokop <mika@grml.org>  Sat, 27 Feb 2010 02:26:58 +0100
 
 grml-scripts (1.2.7) unstable; urgency=low
 
index d984142..f0550fb 100755 (executable)
@@ -43,7 +43,7 @@ case "$CMDLINE" in
       ;;
 
    # do nothing if booting with bootoption noquick:
-   *\ noquick*|*\ console=ttyS*)
+   *\ noquick*)
       ;;
    *) # by default run grml-quickconfig, but only if running as root
       if [ "$(id -u)" = "0" ] ; then