archboot/usr/lib/initcpio/install/archboot_hypervisor

15 lines
219 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
2021-10-04 11:13:50 +02:00
This hook includes hypervisor modules on an archboot image.
HELPEOF
}