From 4339f28e418234be68a97e1686982ee882a18fba Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sat, 17 Oct 2009 18:36:48 +0200 Subject: [PATCH] zsh-login: do not execute aumix any longer --- debian/changelog | 6 +++++- usr_bin/zsh-login | 1 - 2 files changed, 5 insertions(+), 2 deletions(-) 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 ;; -- 2.1.4