1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-02-12 19:31:52 +00:00

Fix VHDX images

This commit is contained in:
Ycarus 2019-06-03 07:55:01 +02:00
parent ccd48b1b1a
commit 40e1e6014b

View file

@ -20,7 +20,7 @@
endef
endif
+ifneq ($(CONFIG_HYPERV_IMAGES),)
+ifneq ($(CONFIG_VHDX_IMAGES),)
+ define Image/Build/hyperv
+ rm $(BIN_DIR)/$(IMG_PREFIX)-combined-$(1).vhdx || true
+ qemu-img convert -f raw -O vhdx \