archboot/usr/lib/initcpio/install/arch_efibootmgr
2013-05-22 09:44:07 +02:00

16 lines
241 B
Bash

#!/bin/bash
# Created by Tobias Powalowski <tpowa@archlinux.org>
build ()
{
add_checked_modules '/firmware/efivars'
add_binary "efibootmgr"
}
help ()
{
cat<<HELPEOF
This hook includes efibootmgr on an arch boot image.
HELPEOF
}