archboot/install/arch-kexec
Alexander Baldeck 2a150b1dca Initial revision
2007-02-22 22:46:50 +00:00

18 lines
321 B
Text

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