summaryrefslogtreecommitdiff
path: root/scripts/init-premount/thermal
diff options
context:
space:
mode:
authorDavid Härdeman <david@hardeman.nu>2007-04-13 20:11:21 +0200
committerDavid Härdeman <david@hardeman.nu>2007-04-13 20:11:21 +0200
commit16fac6738535e973cfe1493f1b9b5c67c5150ffc (patch)
tree941f86e84be1240abb2cc749f272ecdf3877249d /scripts/init-premount/thermal
parent6dac8bef07f8c17c51bff282511c295fc25314ac (diff)
downloadinitramfs-tools-16fac6738535e973cfe1493f1b9b5c67c5150ffc.tar.gz
initramfs-tools-16fac6738535e973cfe1493f1b9b5c67c5150ffc.zip
Use -Qb for for module loading to honor blacklists.
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