mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-24 14:45:24 +00:00
7 lines
117 B
Plaintext
7 lines
117 B
Plaintext
|
qemu-img \
|
||
|
create \
|
||
|
-f qcow2 \
|
||
|
-o compat=0.10,cluster_size=131072 \
|
||
|
/var/lib/libvirt/images/OtherDemo.img \
|
||
|
5242880K
|