zsh-login: fix noquick bootoption 1.1.8
authorMichael Prokop <mika@grml.org>
Sun, 9 Mar 2008 14:14:02 +0000 (15:14 +0100)
committerMichael Prokop <mika@grml.org>
Sun, 9 Mar 2008 14:14:02 +0000 (15:14 +0100)
debian/changelog
usr_bin/zsh-login

index 219e7c2..a86cd24 100644 (file)
@@ -1,3 +1,9 @@
+grml-scripts (1.1.8) unstable; urgency=low
+
+  * zsh-login: fix noquick bootoption
+
+ -- Michael Prokop <mika@grml.org>  Sun, 09 Mar 2008 15:11:59 +0100
+
 grml-scripts (1.1.7) unstable; urgency=low
 
   * grml-info: improve tests for available browser.
index 09054df..5ff0898 100755 (executable)
@@ -4,7 +4,7 @@
 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
 # Bug-Reports:   see http://grml.org/bugs/
 # License:       This file is licensed under the GPL v2.
-# Latest change: Mit Jän 23 11:27:27 CET 2008 [mika]
+# Latest change: Son Mär 09 15:11:56 CET 2008 [mika]
 ################################################################################
 
 . /etc/grml/sh-lib
@@ -47,8 +47,8 @@ case "$CMDLINE" in
       fi
       ;;
 
-   # do nothing if booting with noquick:
-   noquick)
+   # do nothing if booting with bootoption noquick:
+   *noquick*)
       ;;
    *) # by default run grml-quickconfig, but only if running as root
       if [ $(id -u) = "0" ] ; then