archboot/usr/lib/initcpio/install/arch_prebootloader

18 lines
336 B
Text
Raw Normal View History

#!/usr/bin/env bash
# Created by Tobias Powalowski <tpowa@archlinux.org>
build ()
{
2016-05-14 18:30:55 +02:00
add_file "/usr/share/efitools/efi/PreLoader.efi"
add_file "/usr/share/efitools/efi/HashTool.efi"
add_file "/usr/share/efitools/efi/KeyTool.efi"
}
help ()
{
cat<<HELPEOF
This hook includes prebootloader on an arch boot image.
HELPEOF
}