mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-09 15:00:07 +00:00
6 lines
117 B
Plaintext
6 lines
117 B
Plaintext
|
qemu-img create \
|
||
|
-f qcow2 \
|
||
|
-b /dev/null \
|
||
|
-o backing_fmt=raw,encryption=on \
|
||
|
/var/lib/libvirt/images/OtherDemo.img
|