mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 19:56:32 +02:00
Merge pull request #346 from marineam/qcow2
vm_image_util: generate qcow2 images compatible with QEMU < 1.1
This commit is contained in:
commit
d2da1b9081
@ -434,7 +434,7 @@ _write_raw_disk() {
|
||||
}
|
||||
|
||||
_write_qcow2_disk() {
|
||||
qemu-img convert -f raw "$1" -O qcow2 "$2"
|
||||
qemu-img convert -f raw "$1" -O qcow2 -o compat=0.10 "$2"
|
||||
assert_image_size "$2" qcow2
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user