This commit is contained in:
Bob Mottram 2015-11-21 22:58:29 +00:00
parent 17050ada7f
commit 4463d10467
1 changed files with 1 additions and 1 deletions

View File

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