archboot/install/arch_acpi
2008-03-16 22:57:21 +01:00

17 lines
253 B
Text

# Created by Tobias Powalowski <tpowa@archlinux.org>
install ()
{
MODULES=" $(checked_modules "/acpi/")"
BINARIES=""
FILES=""
SCRIPT=""
}
help ()
{
cat<<HELPEOF
This hook includes the acpi subsystem on an arch boot image.
HELPEOF
}