From: Michael Prokop Date: Sat, 17 Oct 2009 16:36:48 +0000 (+0200) Subject: zsh-login: do not execute aumix any longer X-Git-Tag: v1.1.27~1 X-Git-Url: http://git.grml.org/?p=grml-scripts-core.git;a=commitdiff_plain;h=4339f28e418234be68a97e1686982ee882a18fba zsh-login: do not execute aumix any longer --- diff --git a/debian/changelog b/debian/changelog index bb44de3..bd37b0d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,7 +4,11 @@ grml-scripts (1.1.27) UNRELEASED; urgency=low * grml-lang now modifies the keyboard config file. [Closes: issue437] - -- Ulrich Dangel Sat, 17 Oct 2009 15:40:50 +0200 + [ Michael Prokop ] + * zsh-login: do not execute aumix to avoid overriding of the vol + bootoption. Thanks to Michael Whapples for the bugreport. + + -- Michael Prokop Sat, 17 Oct 2009 18:35:26 +0200 grml-scripts (1.1.26) unstable; urgency=low diff --git a/usr_bin/zsh-login b/usr_bin/zsh-login index d004390..5ac2d33 100755 --- a/usr_bin/zsh-login +++ b/usr_bin/zsh-login @@ -41,7 +41,6 @@ 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 ;;