archboot/install/arch-acpi

18 lines
262 B
Text
Raw Normal View History

2007-05-13 19:50:46 +02:00
# 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
}