archboot/usr/lib/initcpio/install/arch_efibootmgr

17 lines
250 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-21 12:12:06 +02:00
add_binary "/usr/bin/efibootmgr"
}
help ()
{
cat<<HELPEOF
This hook includes efibootmgr on an arch boot image.
HELPEOF
}