archboot/usr/lib/initcpio/install/arch_refind

17 lines
264 B
Text
Raw Normal View History

2012-09-26 12:51:22 +02:00
#!/bin/bash
# Created by Tobias Powalowski <tpowa@archlinux.org>
build ()
{
add_file "/usr/lib/refind/refindx64.efi"
add_file "/usr/lib/refind/refind.conf"
}
help ()
{
cat<<HELPEOF
This hook includes refind-efi-x86_64 on an arch boot image.
HELPEOF
}