mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
4079144836
Use scripts/test-wrap-argv.py to rewrap the output files so that any further changes don't introduce churn since we are rewrapping the output automatically now. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
7 lines
137 B
Plaintext
7 lines
137 B
Plaintext
qemu-img \
|
|
create \
|
|
-f qcow2 \
|
|
-b /dev/null \
|
|
-o backing_fmt=raw,encryption=on,\
|
|
nocow=on /var/lib/libvirt/images/OtherDemo.img 5242880K
|