Bob Mottram 9 年前
父节点
当前提交
4463d10467
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/freedombone-image

+ 1
- 1
src/freedombone-image 查看文件

@@ -210,7 +210,7 @@ rm -rf ${BUILD_DIR}
210 210
 cd ${CURR_DIR}
211 211
 if [[ $IMAGE_TYPE == "virtualbox"* ]]; then
212 212
     imgfiles=(${PROJECT_NAME}*.img)
213
-    VBoxManage convertfromraw --format VDI ${imgfiles[0]} ${imgfiles[0]}.vdi
213
+    VBoxManage convertdd ${imgfiles[0]} ${imgfiles[0]}.vdi
214 214
 fi
215 215
 
216 216
 clear