diff options
Diffstat (limited to 'scripts/init-premount')
| -rwxr-xr-x | scripts/init-premount/thermal (renamed from scripts/init-premount/acpid) | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/init-premount/acpid b/scripts/init-premount/thermal index 61d226a..e0d79c3 100755 --- a/scripts/init-premount/acpid +++ b/scripts/init-premount/thermal @@ -15,5 +15,9 @@ prereqs) ;; esac +# For ACPI systems modprobe -q fan modprobe -q thermal + +# For ppc64 systems +modprobe -q therm_pm72 |
