[Kimchi-devel] Request to use Compat 1.1 on New QCOW2 image creation?

WK wkmail at bneit.com
Tue Apr 11 22:16:31 UTC 2017


Any reason to keep on using Compat 0.10?

Its easy enough to fix with this, but it seems like it shouldn't be 
necessary on what is by definition a new install.

#!/bin/sh

src_img=$1

qemu-img amend -p -f qcow2 -o compat=1.1 ${src_img}

-bill



More information about the Kimchi-devel mailing list