archboot/usr/lib/initcpio/install/archboot_kexec

16 lines
224 B
Text
Raw Normal View History

#!/usr/bin/env bash
2007-02-22 23:46:50 +01:00
# Created by Tobias Powalowski <tpowa@archlinux.org>
build ()
2007-02-22 23:46:50 +01:00
{
2013-05-22 09:54:23 +02:00
add_binary "kexec"
2022-01-28 10:22:55 +01:00
add_binary "vmcore-dmesg"
2007-02-22 23:46:50 +01:00
}
help ()
{
cat<<HELPEOF
2021-10-04 11:13:50 +02:00
This hook includes kexec on an archboot image.
2007-02-22 23:46:50 +01:00
HELPEOF
}