Bob Mottram 9 years ago
parent
commit
4463d10467
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-image

+ 1
- 1
src/freedombone-image View File

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