mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-06 13:20:20 +00:00
74abb43aca
No point in testing outdated command lines. Signed-off-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: John Ferlan <jferlan@redhat.com>
6 lines
129 B
Plaintext
6 lines
129 B
Plaintext
qemu-img create \
|
|
-f qcow2 \
|
|
-b /dev/null \
|
|
-o backing_fmt=raw,encryption=on,compat=0.10 \
|
|
/var/lib/libvirt/images/OtherDemo.img
|