archboot/usr/lib/initcpio/install/arch_hypervisor

15 lines
220 B
Text
Raw Normal View History

#!/usr/bin/env bash
# Created by Tobias Powalowski <tpowa@archlinux.org>
build ()
{
2012-05-27 11:47:05 +02:00
add_checked_modules '/hv/hv_*'
}
help ()
{
cat<<HELPEOF
This hook includes hypervisor modules on an arch boot image.
HELPEOF
}