archboot/usr/lib/initcpio/install/arch_kexec
2012-05-27 11:47:05 +02:00

16 lines
302 B
Bash

#!/bin/bash
# Created by Tobias Powalowski <tpowa@archlinux.org>
build ()
{
add_binary "/sbin/kexec"
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
}