summaryrefslogtreecommitdiff
path: root/scripts/init-premount/thermal
diff options
context:
space:
mode:
authormaximilian attems <maks@debian.org>2007-04-02 13:29:25 +0200
committermaximilian attems <maks@debian.org>2007-04-02 13:29:25 +0200
commitc4343742b3bf028e467ac8a58ead95c9bfefc628 (patch)
tree9f99e841f9829111bc78f828be819fe9022428a0 /scripts/init-premount/thermal
parentd21a00a23405d1db81ab05a12342145276ef2af0 (diff)
downloadinitramfs-tools-c4343742b3bf028e467ac8a58ead95c9bfefc628.tar.gz
initramfs-tools-c4343742b3bf028e467ac8a58ead95c9bfefc628.zip
first prerelease 0.86 + merge 0.85f
* kick mdrun script * update control for lenny + ubuntu * add _all_ ide, block and drivers * use MODPROBE_OPTIONS and kill any modprobed arg * small doc + whitespace fixes
Diffstat (limited to 'scripts/init-premount/thermal')
-rwxr-xr-xscripts/init-premount/thermal26
1 files changed, 13 insertions, 13 deletions
diff --git a/scripts/init-premount/thermal b/scripts/init-premount/thermal
index bfea1fc..aa146ec 100755
--- a/scripts/init-premount/thermal
+++ b/scripts/init-premount/thermal
@@ -18,20 +18,20 @@ esac
case "$DPKG_ARCH" in
# load the right modules
powerpc|ppc64)
- modprobe -q i2c-powermac
- modprobe -q therm_pm72
- modprobe -q windfarm_cpufreq_clamp
- modprobe -q windfarm_lm75_sensor
- modprobe -q windfarm_max6690_sensor
- modprobe -q windfarm_pm112
- modprobe -q windfarm_pm81
- modprobe -q windfarm_pm91
- modprobe -q windfarm_smu_controls
- modprobe -q windfarm_smu_sat
- modprobe -q windfarm_smu_sensors
+ modprobe i2c-powermac
+ modprobe therm_pm72
+ modprobe windfarm_cpufreq_clamp
+ modprobe windfarm_lm75_sensor
+ modprobe windfarm_max6690_sensor
+ modprobe windfarm_pm112
+ modprobe windfarm_pm81
+ modprobe windfarm_pm91
+ modprobe windfarm_smu_controls
+ modprobe windfarm_smu_sat
+ modprobe windfarm_smu_sensors
;;
i386|amd64|ia64)
- modprobe -q fan
- modprobe -q thermal
+ modprobe fan
+ modprobe thermal
;;
esac