summaryrefslogtreecommitdiff
path: root/scripts/init-premount/thermal
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/init-premount/thermal')
-rwxr-xr-xscripts/init-premount/thermal4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/init-premount/thermal b/scripts/init-premount/thermal
index aa146ec..e8a6ae4 100755
--- a/scripts/init-premount/thermal
+++ b/scripts/init-premount/thermal
@@ -31,7 +31,7 @@ powerpc|ppc64)
modprobe windfarm_smu_sensors
;;
i386|amd64|ia64)
- modprobe fan
- modprobe thermal
+ modprobe -Qb fan
+ modprobe -Qb thermal
;;
esac