archboot/usr/lib/initcpio/install/arch_hypervisor

17 lines
254 B
Text
Raw Normal View History

# Created by Tobias Powalowski <tpowa@archlinux.org>
build ()
{
MODULES="$( checked_modules "/hv/hv_*") "
BINARIES=""
FILES=""
SCRIPT=""
}
help ()
{
cat<<HELPEOF
This hook includes hypervisor modules on an arch boot image.
HELPEOF
}