archboot/usr/lib/initcpio/install/arch_gummiboot
2013-09-16 14:25:45 +02:00

16 lines
241 B
Bash

#!/usr/bin/env bash
# Created by Tobias Powalowski <tpowa@archlinux.org>
build ()
{
add_binary "gummiboot"
add_full_dir "/usr/lib/gummiboot"
}
help ()
{
cat<<HELPEOF
This hook includes gummiboot on an arch boot image.
HELPEOF
}