archboot/usr/lib/initcpio/install/arch_efibootmgr

17 lines
251 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'
add_binary "/usr/sbin/efibootmgr"
}
help ()
{
cat<<HELPEOF
This hook includes efibootmgr on an arch boot image.
HELPEOF
}