Bob Mottram 9 vuotta sitten
vanhempi
commit
4463d10467
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      src/freedombone-image

+ 1
- 1
src/freedombone-image Näytä tiedosto

@@ -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