Skip to content
Snippets Groups Projects
Commit 4463d104 authored by Bob Mottram's avatar Bob Mottram
Browse files

vdi

parent 17050ada
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment