diff options
| author | David Härdeman <david@hardeman.nu> | 2007-04-13 20:11:21 +0200 |
|---|---|---|
| committer | David Härdeman <david@hardeman.nu> | 2007-04-13 20:11:21 +0200 |
| commit | 16fac6738535e973cfe1493f1b9b5c67c5150ffc (patch) | |
| tree | 941f86e84be1240abb2cc749f272ecdf3877249d /scripts/init-premount/thermal | |
| parent | 6dac8bef07f8c17c51bff282511c295fc25314ac (diff) | |
| download | initramfs-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-x | scripts/init-premount/thermal | 4 |
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 |
