From e255fb9b4a7faf3777fb1e9519ae07c9205bbf48 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sat, 17 Mar 2007 15:17:34 +0100 Subject: [PATCH] zsh-login: do not run grml-quickconfig when booting with nocolor --- debian/changelog | 6 ++++++ usr_bin/zsh-login | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index c29db82..a30ed87 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 diff --git a/usr_bin/zsh-login b/usr_bin/zsh-login index 1a41bae..382cdb4 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: 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 -- 2.1.4