zsh-login: do not run grml-quickconfig when booting with nocolor 0.9.25
authorMichael Prokop <mika@grml.org>
Sat, 17 Mar 2007 14:17:34 +0000 (15:17 +0100)
committerMichael Prokop <mika@grml.org>
Sat, 17 Mar 2007 14:17:34 +0000 (15:17 +0100)
debian/changelog
usr_bin/zsh-login

index c29db82..a30ed87 100644 (file)
@@ -1,3 +1,9 @@
+grml-scripts (0.9.25) unstable; urgency=low
+
+  * zsh-login: do not run grml-quickconfig when booting with 'nocolor'
+
+ -- Michael Prokop <mika@grml.org>  Sat, 17 Mar 2007 15:17:10 +0100
+
 grml-scripts (0.9.24) unstable; urgency=low
 
   * grml-setlang: do not set $TZ anymore, we want to handle it
index 1a41bae..382cdb4 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: Sam Mär 17 12:40:51 CET 2007 [mika]
+# Latest change: Sam Mär 17 15:16:04 CET 2007 [mika]
 ################################################################################
 
 [ -r /etc/grml_version ] && GRMLVERSION=$(cat /etc/grml_version) || GRMLVERSION='(no version information available)'
@@ -33,7 +33,7 @@ case "$CMDLINE" in
          flite -o play -t "Finished booting"
       fi
       ;;
-   noquick)
+   noquick|nocolor)
       # do nothing
       ;;
    *) # by default run grml-quickconfig, but only if running as root