diff options
| author | maximilian attems <maks@debian.org> | 2006-12-02 18:51:54 +0100 |
|---|---|---|
| committer | maximilian attems <maks@debian.org> | 2006-12-02 18:51:54 +0100 |
| commit | 78fe68bcad9d0850e6b9877903719cab7c73b475 (patch) | |
| tree | 93ef2389992accc2aafc85af9a43809b79fef58c /scripts/init-premount | |
| parent | 3c1412b1312c4b12d953aa8413d928bc8c9ad031 (diff) | |
| download | initramfs-tools-78fe68bcad9d0850e6b9877903719cab7c73b475.tar.gz initramfs-tools-78fe68bcad9d0850e6b9877903719cab7c73b475.zip | |
- allow to disable backup
- new bzr location
- functional copy_dir_modules()
- modprobe a bunch of ppc windfarm modules in thermal
- provide output on error
Diffstat (limited to 'scripts/init-premount')
| -rwxr-xr-x | scripts/init-premount/thermal | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/scripts/init-premount/thermal b/scripts/init-premount/thermal index 3518e7c..bfea1fc 100755 --- a/scripts/init-premount/thermal +++ b/scripts/init-premount/thermal @@ -20,6 +20,15 @@ case "$DPKG_ARCH" in 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 ;; i386|amd64|ia64) modprobe -q fan |
