archboot/lib/initcpio/install/arch_kexec
2011-06-17 11:31:53 +02: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
}