archboot/usr/lib/initcpio/install/archboot_efibootmgr

16 lines
205 B
Text
Raw Normal View History

#!/usr/bin/env bash
# Created by Tobias Powalowski <tpowa@archlinux.org>
build ()
{
2013-05-22 09:44:07 +02:00
add_binary "efibootmgr"
}
help ()
{
cat<<HELPEOF
This hook includes efibootmgr on an arch boot image.
HELPEOF
}