From: Christian Hofstaedtler Date: Thu, 17 Nov 2011 09:22:22 +0000 (+0100) Subject: Don't load cpufreq governor if cpufreq is unsupported X-Git-Tag: v0.9.34~2 X-Git-Url: https://git.grml.org/?p=grml-autoconfig.git;a=commitdiff_plain;h=4acf9c9e7c0093de2f77fd722fd8554bc434f4ed Don't load cpufreq governor if cpufreq is unsupported --- diff --git a/autoconfig.functions b/autoconfig.functions index 7a003ae..ab86db6 100755 --- a/autoconfig.functions +++ b/autoconfig.functions @@ -964,6 +964,7 @@ if [ -x /etc/init.d/loadcpufreq ] ; then if [ -n "$MODULE" -a "$MODULE" != none ]; then einfo "Loading cpufreq kernel module $MODULE" ; eend 0 else + SKIP_CPU_GOVERNOR=1 ewarn "Could not find an appropriate kernel module for cpu frequency scaling." ; eend 1 fi fi