From 50a1a137fe55cd7c40265e65ccc307b687de4127 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sat, 27 Feb 2010 02:27:57 +0100 Subject: [PATCH] zsh-login: do not disable grml-quickconfig for serial console --- debian/changelog | 5 ++++- usr_bin/zsh-login | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index e267c5c..0694b19 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,11 @@ grml-scripts (1.2.8) unstable; urgency=low * grml-setlang: do not set LC_CTYPE any longer. + * zsh-login: do not disable grml-quickconfig for serial console + by default, we found a better solution through handling it + via inittab. - -- Michael Prokop Fri, 26 Feb 2010 21:26:57 +0100 + -- Michael Prokop Sat, 27 Feb 2010 02:26:58 +0100 grml-scripts (1.2.7) unstable; urgency=low diff --git a/usr_bin/zsh-login b/usr_bin/zsh-login index d984142..f0550fb 100755 --- a/usr_bin/zsh-login +++ b/usr_bin/zsh-login @@ -43,7 +43,7 @@ case "$CMDLINE" in ;; # do nothing if booting with bootoption noquick: - *\ noquick*|*\ console=ttyS*) + *\ noquick*) ;; *) # by default run grml-quickconfig, but only if running as root if [ "$(id -u)" = "0" ] ; then -- 2.1.4