archboot/usr/lib/initcpio/install/arch_refind
2013-01-21 16:17:52 +01:00

16 lines
272 B
Bash

#!/bin/bash
# Created by Tobias Powalowski <tpowa@archlinux.org>
build ()
{
add_file "/usr/lib/refind/refind_x64.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
}