From: Michael Prokop Date: Wed, 8 Apr 2009 12:37:38 +0000 (+0200) Subject: Use "speakup_..." for speakup bootoption. X-Git-Tag: v0.8.20^0 X-Git-Url: https://git.grml.org/?p=grml-autoconfig.git;a=commitdiff_plain;h=3eafea51053ec606924089a71d9975004a774528 Use "speakup_..." for speakup bootoption. --- diff --git a/autoconfig.functions b/autoconfig.functions index 0a0b395..af4ce8a 100755 --- a/autoconfig.functions +++ b/autoconfig.functions @@ -891,7 +891,7 @@ config_hwspeak(){ flitewrapper "Sorry, no speakup module specified for bootoption speakup.synth." else einfo "Trying to load $module" - modprobe $module + modprobe "speakup_${module}" eend $? fi diff --git a/debian/changelog b/debian/changelog index e10adee..a4eb48a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +grml-autoconfig (0.8.20) unstable; urgency=low + + * Use "speakup_..." for speakup bootoption. Thanks to Michael Whapples! + + -- Michael Prokop Wed, 08 Apr 2009 14:36:42 +0200 + grml-autoconfig (0.8.19) unstable; urgency=low * Add support for speakup.synth=... bootoption. [Testing: issue610]