diff options
author | maximilian attems <maks@debian.org> | 2006-02-27 00:20:17 +0100 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2006-02-27 00:20:17 +0100 |
commit | 830fd3fa51658cf0398cbb037a8485439ae4ce2d (patch) | |
tree | 7f074e4f4d39f782def3c1ea14106339a16f3ff2 /scripts/init-premount/thermal | |
parent | a563d25cc42346ba18a43c2a37896316c245d922 (diff) | |
download | initramfs-tools-830fd3fa51658cf0398cbb037a8485439ae4ce2d.tar.gz initramfs-tools-830fd3fa51658cf0398cbb037a8485439ae4ce2d.zip |
sync with ubuntu22 + some handmerges
Diffstat (limited to 'scripts/init-premount/thermal')
-rwxr-xr-x | scripts/init-premount/thermal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/init-premount/thermal b/scripts/init-premount/thermal index a41f6f3..d59af8a 100755 --- a/scripts/init-premount/thermal +++ b/scripts/init-premount/thermal @@ -18,6 +18,7 @@ esac case "$DPKG_ARCH" in # load the right modules powerpc|ppc64) + modprobe -q i2c-keywest modprobe -q therm_pm72 ;; i386|amd64|ia64) |