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
1 changed files with 4 additions and 0 deletions
|
@ -148,6 +148,10 @@ ifneq ($(CONFIG_VMDK_IMAGES),)
|
||||||
qemu-img convert -f raw -O vmdk -o adapter_type=lsilogic \
|
qemu-img convert -f raw -O vmdk -o adapter_type=lsilogic \
|
||||||
$(BIN_DIR)/$(IMG_PREFIX)-combined-$(1).img \
|
$(BIN_DIR)/$(IMG_PREFIX)-combined-$(1).img \
|
||||||
$(BIN_DIR)/$(IMG_PREFIX)-combined-$(1).vmdk
|
$(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
|
endif
|
||||||
endef
|
endef
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue