mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-19 03:06:35 +00:00
generate esxi compatible vmdks, too
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 40452
This commit is contained in:
parent
ced772a055
commit
25e36d379e
@ -148,6 +148,10 @@ ifneq ($(CONFIG_VMDK_IMAGES),)
|
||||
qemu-img convert -f raw -O vmdk -o adapter_type=lsilogic \
|
||||
$(BIN_DIR)/$(IMG_PREFIX)-combined-$(1).img \
|
||||
$(BIN_DIR)/$(IMG_PREFIX)-combined-$(1).vmdk
|
||||
rm $(BIN_DIR)/$(IMG_PREFIX)-combined-$(1)-esxi.vmdk || true
|
||||
qemu-img convert -f raw -O vmdk -o adapter_type=lsilogic,subformat=monolithicFlat \
|
||||
$(BIN_DIR)/$(IMG_PREFIX)-combined-$(1).img \
|
||||
$(BIN_DIR)/$(IMG_PREFIX)-combined-$(1)-esxi.vmdk
|
||||
endif
|
||||
endef
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user