X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=usr_bin%2Fzsh-login;h=e32a17a80f795cdc7cfd97fd605681f9fce7d7e4;hb=7b6b106c3e01180d64c0e43d157a8c5b7f55e5d1;hp=d984142e2835a273a8882fb88105bd582edfc73b;hpb=3b7b068aa0480dbd7a66a33106bfe459d80c111c;p=grml-scripts.git diff --git a/usr_bin/zsh-login b/usr_bin/zsh-login index d984142..e32a17a 100755 --- a/usr_bin/zsh-login +++ b/usr_bin/zsh-login @@ -43,14 +43,11 @@ 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 - # do not run grml-quickconfig on grml-small - if ! grep -q small /etc/grml_version ; then - which grml-quickconfig &>/dev/null && grml-quickconfig - fi + which grml-quickconfig &>/dev/null && grml-quickconfig fi esac