From 3eafea51053ec606924089a71d9975004a774528 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Wed, 8 Apr 2009 14:37:38 +0200 Subject: [PATCH] Use "speakup_..." for speakup bootoption. --- autoconfig.functions | 2 +- debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) 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] -- 2.1.4