X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=usr_bin%2Fzsh-login;h=5ac2d331c07d87ab5b7d91b5bb23dafea3e35e32;hb=1f0b02fbbe5adaea1054672d7cf9d6a37ff9178e;hp=09054df990b59a5b56fdb3fe097d1596e1fdc47d;hpb=781dc2df70cd7998daf36907b1a659c203f3cb06;p=grml-scripts.git diff --git a/usr_bin/zsh-login b/usr_bin/zsh-login index 09054df..5ac2d33 100755 --- a/usr_bin/zsh-login +++ b/usr_bin/zsh-login @@ -1,10 +1,9 @@ -#!/bin/sh +#!/bin/bash # Filename: zsh-login # Purpose: customized zsh login welcome screen for use at grml # 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] ################################################################################ . /etc/grml/sh-lib @@ -42,13 +41,12 @@ case "$CMDLINE" in # turn on speakers for accessibility users: *swspeak*|*blind*|*brltty*|*speakup*) if [ -x /usr/bin/flite ] ; then - aumix -w 90 -v 90 -p 90 -m 90 flite -o play -t "Finished booting" 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