summaryrefslogtreecommitdiff
path: root/scripts/init-premount/thermal
blob: e0d79c39f976a2a7ddb491ddcf9fc9ac467952f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/bin/sh

PREREQ=""

prereqs()
{
	echo "$PREREQ"
}

case $1 in
# get pre-requisites
prereqs)
	prereqs
	exit 0
	;;
esac

# For ACPI systems
modprobe -q fan
modprobe -q thermal

# For ppc64 systems
modprobe -q therm_pm72