diff options
author | maximilian attems <maks@debian.org> | 2006-10-18 13:16:03 +0200 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2006-10-18 13:16:03 +0200 |
commit | dc67493c8b72ebb4a360194a13c74a13d06def52 (patch) | |
tree | 8bdbde7e898899789d9ecb54c511cb0de577c13d /hooks/thermal | |
parent | 63f337b6a8cfa058bb2ed9fcf0de6a71f3ffb9ab (diff) | |
download | initramfs-tools-dc67493c8b72ebb4a360194a13c74a13d06def52.tar.gz initramfs-tools-dc67493c8b72ebb4a360194a13c74a13d06def52.zip |
- improve run_bootloader (elilo, zipl)
- fix preinst sed command
- bunch of minor fixes
Diffstat (limited to 'hooks/thermal')
-rwxr-xr-x | hooks/thermal | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/hooks/thermal b/hooks/thermal index 9bfd323..ece7243 100755 --- a/hooks/thermal +++ b/hooks/thermal @@ -23,6 +23,17 @@ case "$DPKG_ARCH" in # copy the right modules powerpc|ppc64) manual_add_modules therm_pm72 + manual_add_modules windfarm_core + manual_add_modules windfarm_cpufreq_clamp + manual_add_modules windfarm_lm75_sensor + manual_add_modules windfarm_max6690_sensor + manual_add_modules windfarm_pid + manual_add_modules windfarm_pm112 + manual_add_modules windfarm_pm81 + manual_add_modules windfarm_pm91 + manual_add_modules windfarm_smu_controls + manual_add_modules windfarm_smu_sat + manual_add_modules windfarm_smu_sensors manual_add_modules i2c-powermac ;; i386|amd64|ia64) |