Don't load cpufreq governor if cpufreq is unsupported
[grml-autoconfig.git] / autoconfig.functions
index 7a003ae..ab86db6 100755 (executable)
@@ -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