mirror of https://github.com/hak5/openwrt.git
specify the adapter type for the vmdk conversion
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 40442lede-17.01
parent
134c036fc9
commit
fa146ecaa3
|
@ -145,7 +145,7 @@ ifneq ($(CONFIG_VMDK_IMAGES),)
|
|||
# left here because the image builder doesnt need these
|
||||
ifeq ($(1),ext4)
|
||||
rm $(BIN_DIR)/$(IMG_PREFIX)-combined-$(1).vmdk || true
|
||||
qemu-img convert -f raw -O vmdk \
|
||||
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
|
||||
endif
|
||||
|
|
Loading…
Reference in New Issue