archboot/lib/initcpio/install/arch_kexec
2008-12-06 19:12:19 +01:00

18 lines
326 B
Text

# Created by Tobias Powalowski <tpowa@archlinux.org>
install ()
{
MODULES=""
BINARIES="kexec"
FILES=""
SCRIPT=""
add_file "/etc/rc.d/kexec"
add_file "/usr/share/archboot/kexec/etc/conf.d/kexec" "/etc/conf.d/kexec"
}
help ()
{
cat<<HELPEOF
This hook includes kexec on an arch boot image.
HELPEOF
}