qemu-img: specify format flag (#7204)
This commit is contained in:

committed by
GitHub

parent
4cda2b182c
commit
a6008f8e8b
@@ -21,4 +21,4 @@
|
||||
|
||||
- Convert a VMware .vmdk disk image to a KVM .qcow2 disk image:
|
||||
|
||||
`qemu-img convert -O qcow2 {{path/to/file/foo.vmdk}} {{path/to/file/foo.qcow2}}`
|
||||
`qemu-img convert -f {{vmdk}} -O {{qcow2}} {{path/to/file/foo.vmdk}} {{path/to/file/foo.qcow2}}`
|
||||
|
Reference in New Issue
Block a user