summaryrefslogtreecommitdiff
path: root/scripts/init-premount/thermal
blob: 64858af9e77d5fa0622cf37615599012b32bb779 (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 -Qb fan
modprobe -Qb thermal

# For ppc64 systems
modprobe -Qb therm_pm72