zsh-login: do not run grml-quickconfig when bootoption startx is present 1.0.4
authorMichael Prokop <mika@grml.org>
Sun, 10 Jun 2007 11:12:17 +0000 (13:12 +0200)
committerMichael Prokop <mika@grml.org>
Sun, 10 Jun 2007 11:12:17 +0000 (13:12 +0200)
debian/changelog
usr_bin/zsh-login

index 90b5382..081d7dc 100644 (file)
@@ -1,3 +1,10 @@
+grml-scripts (1.0.4) unstable; urgency=low
+
+  * zsh-login: do not run grml-quickconfig when bootoption startx
+    is present. Thanks for the bugreport, Darshaka Pathirana!
+
+ -- Michael Prokop <mika@grml.org>  Sun, 10 Jun 2007 13:11:38 +0200
+
 grml-scripts (1.0.3) unstable; urgency=low
 
   * grml-lang: support dvorak keyboard layout
index 1f8d270..639585d 100755 (executable)
@@ -33,7 +33,7 @@ case "$CMDLINE" in
          flite -o play -t "Finished booting"
       fi
       ;;
-   noquick)
+   noquick*|startx*)
       # do nothing
       ;;
    *) # by default run grml-quickconfig, but only if running as root