instalar-un-gestor-de-maquinas-virtuales-en-hyperbola-gnulinux-libre.md: Set format qcow2 image
This commit is contained in:
parent
b69d46e66b
commit
28045fad9d
@ -137,7 +137,7 @@ For example:
|
||||
Make virtual disk to use Virtual Machine.
|
||||
|
||||
:::console
|
||||
$ qemu-img create hyper.qcow2 10G
|
||||
$ qemu-img create -f qcow2 hyper.qcow2 10G
|
||||
|
||||
### Simple usage
|
||||
|
||||
|
@ -137,7 +137,7 @@ Por ejemplo:
|
||||
Escribir el disco virtual a usar por la máquina virtual.
|
||||
|
||||
:::console
|
||||
$ qemu-img create hyper.qcow2 10G
|
||||
$ qemu-img create -f qcow2 hyper.qcow2 10G
|
||||
|
||||
### Uso simple:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user