From d9dc3dd00d46570cd8fb70841013103c5a84b745 Mon Sep 17 00:00:00 2001 From: Ycarus Date: Tue, 28 May 2019 21:24:16 +0200 Subject: [PATCH] Add Hyper-V images --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 10ea98b7..98ca53c7 100755 --- a/build.sh +++ b/build.sh @@ -132,6 +132,7 @@ fi if [ "$OMR_IMG" = "yes" ] && [ "$OMR_TARGET" = "x86_64" ]; then echo 'CONFIG_VDI_IMAGES=y' >> "$OMR_TARGET/source/.config" echo 'CONFIG_VMDK_IMAGES=y' >> "$OMR_TARGET/source/.config" + echo 'CONFIG_VHDX_IMAGES=y' >> "$OMR_TARGET/source/.config" fi if [ "$OMR_KERNEL" = "4.19" ]; then echo '# CONFIG_TARGET_ROOTFS_SQUASHFS is not set' >> "$OMR_TARGET/source/.config"