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