diff options
author | maximilian attems <maks@debian.org> | 2006-06-27 14:11:25 +0200 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2006-06-27 14:11:25 +0200 |
commit | 42579f456b1a87627a1416b3f80c51d9f15fb09a (patch) | |
tree | 06abec2d73f8035691a514517cb1d266431d2815 /hooks/thermal | |
parent | c7ad939852fedfe308a643805df3d7e3a6549755 (diff) | |
download | initramfs-tools-42579f456b1a87627a1416b3f80c51d9f15fb09a.tar.gz initramfs-tools-42579f456b1a87627a1416b3f80c51d9f15fb09a.zip |
- fix typo on panic call
- load the right i2c module for ppc g5
(windfarm needs more work)
Diffstat (limited to 'hooks/thermal')
-rwxr-xr-x | hooks/thermal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hooks/thermal b/hooks/thermal index c27c957..9bfd323 100755 --- a/hooks/thermal +++ b/hooks/thermal @@ -23,6 +23,7 @@ case "$DPKG_ARCH" in # copy the right modules powerpc|ppc64) manual_add_modules therm_pm72 + manual_add_modules i2c-powermac ;; i386|amd64|ia64) manual_add_modules fan |