Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 71812
Collapse All | Expand All

(-)livecd-tools-1.0.10/autoconfig (-6 / +6 lines)
Lines 67-78 Link Here
67
	fi
67
	fi
68
68
69
	if [ "$ACPI" = "yes" ]; then
69
	if [ "$ACPI" = "yes" ]; then
70
		insmod processor >/dev/null 2>&1 && ebegin $GOOD ACPI power management functions enabled.$NORMAL
70
		modprobe processor >/dev/null 2>&1 && ebegin $GOOD ACPI power management functions enabled.$NORMAL
71
		insmod fan >/dev/null
71
		modprobe fan >/dev/null 2>&1
72
		insmod thermal >/dev/null
72
		modprobe thermal >/dev/null 2>&1
73
		insmod button >/dev/null
73
		modprobe button >/dev/null 2>&1
74
		insmod battery >/dev/null
74
		modprobe battery >/dev/null 2>&1
75
		insmod ac >/dev/null
75
		modprobe ac >/dev/null 2>&1
76
		/etc/init.d/acpid start
76
		/etc/init.d/acpid start
77
		eend
77
		eend
78
	fi
78
	fi

Return to bug 71812