instalar-un-gestor-de-maquinas-virtuales-en-hyperbola-gnulinux-libre.md: Set format qcow2 image

This commit is contained in:
Jesús 2023-02-10 14:20:28 -05:00
parent b69d46e66b
commit 28045fad9d
No known key found for this signature in database
GPG Key ID: 7123EA81032C9E3B
2 changed files with 2 additions and 2 deletions

View File

@ -137,7 +137,7 @@ For example:
Make virtual disk to use Virtual Machine. Make virtual disk to use Virtual Machine.
:::console :::console
$ qemu-img create hyper.qcow2 10G $ qemu-img create -f qcow2 hyper.qcow2 10G
### Simple usage ### Simple usage

View File

@ -137,7 +137,7 @@ Por ejemplo:
Escribir el disco virtual a usar por la máquina virtual. Escribir el disco virtual a usar por la máquina virtual.
:::console :::console
$ qemu-img create hyper.qcow2 10G $ qemu-img create -f qcow2 hyper.qcow2 10G
### Uso simple: ### Uso simple: