summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2007-09-04 21:35:49 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2007-09-04 21:35:49 +0000
commita38443b25438e50bdbf1f996d82d202998d3d806 (patch)
tree894fa3ec323a7e866319c9141b1cb17ff2f5ef3d /autoconfig
parentMove coldplugging/hotplugging/firmware unpacking before any other hardware de... (diff)
downloadlivecd-tools-a38443b25438e50bdbf1f996d82d202998d3d806.tar.gz
livecd-tools-a38443b25438e50bdbf1f996d82d202998d3d806.tar.bz2
livecd-tools-a38443b25438e50bdbf1f996d82d202998d3d806.zip
Added therrmal, video, and dock to the list of ACPI modules that we load at boot. This is for bug #191085.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/livecd-tools/trunk@131 7bf51bff-881f-0410-a643-fba68b97345e
Diffstat (limited to 'autoconfig')
-rwxr-xr-xautoconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/autoconfig b/autoconfig
index 1c658ca..93fbbfb 100755
--- a/autoconfig
+++ b/autoconfig
@@ -311,6 +311,9 @@ start() {
modprobe button >/dev/null 2>&1
modprobe battery >/dev/null 2>&1
modprobe ac >/dev/null 2>&1
+ modprobe thermal >/dev/null 2>&1
+ modprobe video >/dev/null 2>&1
+ modprobe dock >/dev/null 2>&1
[ -x /etc/init.d/acpid ] && start_service acpid
eend
else