scripts/mkimg.xen: dont create apkovl

This commit is contained in:
Natanael Copa 2016-12-21 23:17:14 +00:00
parent b280f01a1d
commit e8dbce5136

View File

@ -13,5 +13,5 @@ profile_xen() {
kernel_cmdline="nomodeset"
xen_params=""
apks="$apks ethtool lvm2 mdadm multipath-tools openvswitch sfdisk xen"
apkovl="genapkovl-xen.sh"
# apkovl="genapkovl-xen.sh"
}