mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
4 lines
134 B
Plaintext
4 lines
134 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 5242880K
|