archboot/usr/lib/initcpio/install/arch_efibootmgr

17 lines
241 B
Text
Raw Normal View History

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