archboot/install/arch-acpi
2007-05-13 17:50:46 +00:00

17 lines
262 B
Text

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