zsh-login: do not execute aumix any longer
authorMichael Prokop <mika@grml.org>
Sat, 17 Oct 2009 16:36:48 +0000 (18:36 +0200)
committerMichael Prokop <mika@grml.org>
Sat, 17 Oct 2009 16:36:48 +0000 (18:36 +0200)
debian/changelog
usr_bin/zsh-login

index bb44de3..bd37b0d 100644 (file)
@@ -4,7 +4,11 @@ grml-scripts (1.1.27) UNRELEASED; urgency=low
   * grml-lang now modifies the keyboard config file.
     [Closes: issue437]
 
- -- Ulrich Dangel <uli@spamt.net>  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 <mika@grml.org>  Sat, 17 Oct 2009 18:35:26 +0200
 
 grml-scripts (1.1.26) unstable; urgency=low
 
index d004390..5ac2d33 100755 (executable)
@@ -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
       ;;