From: Imre Kaloz Date: Thu, 10 Apr 2014 11:09:27 +0000 (+0000) Subject: specify the adapter type for the vmdk conversion X-Git-Tag: reboot~7484 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fchunkeey.git;a=commitdiff_plain;h=fa146ecaa3203d1f5a99dfc109bcd8fdcd4d8f66 specify the adapter type for the vmdk conversion Signed-off-by: Imre Kaloz SVN-Revision: 40442 --- diff --git a/target/linux/x86_64/image/Makefile b/target/linux/x86_64/image/Makefile index fad6d2d383..d77a5bc2c1 100644 --- a/target/linux/x86_64/image/Makefile +++ b/target/linux/x86_64/image/Makefile @@ -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