instalar-un-gestor-de-maquinas-virtuales-en-hyperbola-gnulinux-libre: minor fix

This commit is contained in:
Jesús 2022-03-22 02:34:03 +08:00
parent d177691118
commit 4e5f62ee6d
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766
2 changed files with 4 additions and 4 deletions

View File

@ -146,8 +146,8 @@ Make virtual disk to use Virtual Machine.
qemu-system-x86_64 \ qemu-system-x86_64 \
-monitor stdio \ -monitor stdio \
--enable-kvm -m 512 \ --enable-kvm -m 512 \
-cdrom $HOME/Descargas/hyperbola-milky-way-v0.4-dual.iso \ -cdrom /path/to/hyperbola-milky-way-v0.4-dual.iso \
-drive file=$HOME/Descargas/hyper.qcow2,if=virtio \ -drive file=/path/to/hyper.qcow2,if=virtio \
-boot c -rtc base=localtime \ -boot c -rtc base=localtime \
-device virtio-keyboard-pci \ -device virtio-keyboard-pci \
-net nic -net user \ -net nic -net user \
@ -179,7 +179,7 @@ then listen on 5900, 1 on 5901, 2 on 5902, etc).
>Warning: The default VNC server setup does not use any form of >Warning: The default VNC server setup does not use any form of
>authentication. Any user can connect from any host. >authentication. Any user can connect from any host.
> Maybe check: https://wiki.archlinux.org/title/QEMU#Basic_password_authentication > Maybe check: <https://wiki.archlinux.org/title/QEMU#Basic_password_authentication>
### Virtual Machine Manager screenshots ### Virtual Machine Manager screenshots

View File

@ -182,7 +182,7 @@ Sustituya X por el número de la pantalla (0 entonces escuchará en 5900, 1 en 5
>Advertencia: la configuración predeterminada del servidor VNC no >Advertencia: la configuración predeterminada del servidor VNC no
>utiliza ninguna forma de autenticación. Cualquier usuario puede >utiliza ninguna forma de autenticación. Cualquier usuario puede
>conectarse desde cualquier host. >conectarse desde cualquier host.
> Puedes revisar: https://wiki.archlinux.org/title/QEMU#Basic_password_authentication > Puedes revisar: <https://wiki.archlinux.org/title/QEMU#Basic_password_authentication>
### Capturas de pantalla de Virtual Machine Manager ### Capturas de pantalla de Virtual Machine Manager