From 6e88c27b08498e8e9574cbf6c3528d7823814138 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sun, 9 Mar 2008 15:14:02 +0100 Subject: [PATCH] zsh-login: fix noquick bootoption --- debian/changelog | 6 ++++++ usr_bin/zsh-login | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 219e7c2..a86cd24 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +grml-scripts (1.1.8) unstable; urgency=low + + * zsh-login: fix noquick bootoption + + -- Michael Prokop Sun, 09 Mar 2008 15:11:59 +0100 + grml-scripts (1.1.7) unstable; urgency=low * grml-info: improve tests for available browser. diff --git a/usr_bin/zsh-login b/usr_bin/zsh-login index 09054df..5ff0898 100755 --- a/usr_bin/zsh-login +++ b/usr_bin/zsh-login @@ -4,7 +4,7 @@ # Authors: grml-team (grml.org), (c) Michael Prokop # 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 -- 2.1.4