Adding vmdk image

This commit is contained in:
Fabio Belavenuto
2022-07-06 21:45:55 -03:00
parent 51b4d1666e
commit 66d8abb2f9
4 changed files with 16 additions and 7 deletions

View File

@@ -54,4 +54,6 @@ make BR2_EXTERNAL=../external
cd -
rm -f *.zip
zip -9 "arpl-${VERSION}.img.zip" arpl.img
qemu-img convert -O vmdk arpl.img arpl.vmdk
zip -9 "arpl-${VERSION}.vmdk.zip" arpl.vmdk
[ -x test.sh ] && ./test.sh