mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
Use VBoxManage instead of obsolete vditool to generate VirtualBox images.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13821 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -36,7 +36,7 @@ config X86_GRUB_BOOTOPTS
|
|||||||
|
|
||||||
|
|
||||||
config X86_VDI_IMAGES
|
config X86_VDI_IMAGES
|
||||||
bool "Build VirtualBox image files (VDI). Requires vditool"
|
bool "Build VirtualBox image files (VDI). Requires VBoxManage"
|
||||||
depends TARGET_x86
|
depends TARGET_x86
|
||||||
depends TARGET_ROOTFS_EXT2FS
|
depends TARGET_ROOTFS_EXT2FS
|
||||||
depends X86_GRUB_IMAGES
|
depends X86_GRUB_IMAGES
|
||||||
|
|||||||
@@ -66,7 +66,7 @@ ifeq ($(CONFIG_X86_VDI_IMAGES),y)
|
|||||||
# left here because the image builder doesnt need these
|
# left here because the image builder doesnt need these
|
||||||
ifeq ($(1),ext2)
|
ifeq ($(1),ext2)
|
||||||
rm $(BIN_DIR)/openwrt-$(BOARD)-ext2.vdi || true
|
rm $(BIN_DIR)/openwrt-$(BOARD)-ext2.vdi || true
|
||||||
vditool DD $(BIN_DIR)/openwrt-$(BOARD)-ext2.vdi $(BIN_DIR)/openwrt-$(BOARD)-ext2.image
|
VBoxManage convertfromraw -format VDI $(BIN_DIR)/openwrt-$(BOARD)-ext2.image $(BIN_DIR)/openwrt-$(BOARD)-ext2.vdi
|
||||||
endif
|
endif
|
||||||
endef
|
endef
|
||||||
endif
|
endif
|
||||||
@@ -121,8 +121,8 @@ endef
|
|||||||
$(eval $(call BuildImage))
|
$(eval $(call BuildImage))
|
||||||
|
|
||||||
ifeq ($(CONFIG_X86_VDI_IMAGES),y)
|
ifeq ($(CONFIG_X86_VDI_IMAGES),y)
|
||||||
$(eval $(call RequireCommand,vditool, \
|
$(eval $(call RequireCommand,VBoxManage, \
|
||||||
You need vditool to generate VirtualBox images. \
|
You need VBoxManage to generate VirtualBox images. \
|
||||||
))
|
))
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user