archboot/usr/lib/initcpio/install/arch_gummiboot

17 lines
233 B
Text
Raw Normal View History

2012-09-26 12:51:22 +02:00
#!/bin/bash
# Created by Tobias Powalowski <tpowa@archlinux.org>
build ()
{
2013-05-22 09:50:19 +02:00
add_binary "gummiboot"
2013-03-06 12:32:37 +01:00
add_full_dir "/usr/lib/gummiboot"
2012-09-26 12:51:22 +02:00
}
help ()
{
cat<<HELPEOF
This hook includes gummiboot on an arch boot image.
2012-09-26 12:51:22 +02:00
HELPEOF
}