From: Michael Prokop Date: Sat, 27 Feb 2010 01:27:57 +0000 (+0100) Subject: zsh-login: do not disable grml-quickconfig for serial console X-Git-Tag: v1.2.8^0 X-Git-Url: http://git.grml.org/?p=grml-scripts-core.git;a=commitdiff_plain;h=50a1a137fe55cd7c40265e65ccc307b687de4127 zsh-login: do not disable grml-quickconfig for serial console --- 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