archboot/usr/lib/initcpio/install/archboot_acpi

15 lines
216 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
2021-10-04 11:13:50 +02:00
This hook includes the acpi subsystem on an archboot image.
2007-05-13 19:50:46 +02:00
HELPEOF
}