archboot/usr/lib/initcpio/install/arch_efibootmgr
2012-03-07 08:23:18 +01:00

16 lines
259 B
Text

# Created by Tobias Powalowski <tpowa@archlinux.org>
build ()
{
MODULES="$(checked_modules "/firmware/efivars")"
BINARIES="/usr/sbin/efibootmgr"
FILES=""
}
help ()
{
cat<<HELPEOF
This hook includes efibootmgr on an arch boot image.
HELPEOF
}