archboot/usr/lib/initcpio/install/arch_refind
Tobias Powalowski 2a330b850c fix refind.conf
2012-09-26 18:23:12 +02:00

16 lines
271 B
Bash

#!/bin/bash
# Created by Tobias Powalowski <tpowa@archlinux.org>
build ()
{
add_file "/usr/lib/refind/refindx64.efi"
add_file "/usr/lib/refind/config/refind.conf"
}
help ()
{
cat<<HELPEOF
This hook includes refind-efi-x86_64 on an arch boot image.
HELPEOF
}