wfvm/win: pass format of backing image to qemu-img

required since qemu 6.1.0
debug
Astro 2022-10-12 21:05:39 +02:00
parent dfdcf0f19a
commit 5ba57fb502
1 changed files with 2 additions and 1 deletions

View File

@ -158,8 +158,9 @@ let
]);
in ''
set -x
# Create an image referencing the previous image in the chain
qemu-img create -f qcow2 -b ${acc} c.img
qemu-img create -F qcow2 -f qcow2 -b ${acc} c.img
set -m
qemu-system-x86_64 ${lib.concatStringsSep " " qemuParams} &