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