config_cpu(): support x86 in cpufreq detection
[grml-autoconfig.git] / autoconfig.functions
index 8b872af..ea906fb 100755 (executable)
@@ -388,7 +388,7 @@ if checkbootparam novmware ; then
    ewarn "Skipping running vmware specific stuff as requested on boot commandline." ; eend 0
 else
    if [ -z "$INSTALLED" ] ; then
-      if ! [ checkbootparam qemu ]; then
+      if ! checkbootparam qemu ; then
          if vmware-detect ; then
             if [ -r /etc/X11/xorg.conf.vmware ] ; then
                einfo "Copying /etc/X11/xorg.conf.vmware to /etc/X11/xorg.conf"
@@ -1213,7 +1213,8 @@ if checkbootparam "nocpu"; then
 else
   if ! [ -x /etc/init.d/powernowd ] ; then
     ewarn "Skipping CPU detection as powernowd dependencies are not fulfilled." ; eend 1
-  elif [ ! -e /lib/modules/${KERNEL}/kernel/arch/i386/kernel/cpu/cpufreq -o ! -e /lib/modules/${KERNEL}/kernel/drivers/cpufreq ] ; then
+  elif [ ! -e /lib/modules/${KERNEL}/kernel/arch/i386/kernel/cpu/cpufreq -o ! -e /lib/modules/${KERNEL}/kernel/drivers/cpufreq -o ! -e \
+         /lib/modules/${KERNEL}/kernel/arch/x86_64/kernel/cpufreq ] ; then
     ewarn "Skipping CPU detection as module dependencies are not fulfilled." ; eend 1
   else
     if [[ `grep -c processor /proc/cpuinfo` -gt 1 ]] ; then