archboot/usr/lib/initcpio/install/archboot_acpi

15 lines
217 B
Text
Raw Normal View History

#!/usr/bin/env bash
2007-05-13 19:50:46 +02:00
# Created by Tobias Powalowski <tpowa@archlinux.org>
build ()
2007-05-13 19:50:46 +02:00
{
2012-05-26 11:50:43 +02:00
add_checked_modules '/acpi/'
2007-05-13 19:50:46 +02:00
}
help ()
{
cat<<HELPEOF
This hook includes the acpi subsystem on an arch boot image.
HELPEOF
}