We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 611f247 commit 33744edCopy full SHA for 33744ed
1 file changed
tools/appliance/build.sh
@@ -90,7 +90,7 @@ set -e
90
91
# Export for KVM
92
vboxmanage internalcommands converttoraw -format vdi "$hdd_path" raw.img
93
-qemu-img convert -f raw -c -O qcow2 raw.img $appliance-$branch-$build_date-kvm.qcow2
+qemu-img convert -o compat=0.10 -f raw -c -O qcow2 raw.img $appliance-$branch-$build_date-kvm.qcow2
94
rm raw.img
95
bzip2 $appliance-$branch-$build_date-kvm.qcow2
96
echo "$appliance exported for KVM: dist/$appliance-$branch-$build_date-kvm.qcow2.bz2"
0 commit comments