0
0

control-vm.sh: Fix two typos in the example config

This commit is contained in:
Nils Freydank 2024-05-05 18:28:44 +02:00
parent bd39de6f2e
commit 104a41d771
Signed by: nfr
GPG Key ID: 0F1DEAB2D36AD112

View File

@ -56,11 +56,11 @@
# SOUND="True" # SOUND="True"
# SSH_PORT="" # SSH_PORT=""
# # Configure any of the arches QEMU supports in QEMU's notation. # # Configure any of the arches QEMU supports in QEMU's notation.
# Leave it empty or omit it for x86_64. # # Leave it empty or omit it for x86_64.
# ARCH="" # ARCH=""
# # Disable EFI and enable BIOS fallback mode with unsetting EFI_MACHINE. # # Disable EFI and enable BIOS fallback mode with unsetting EFI_MACHINE.
# #EFI="" # #EFI=""
# Enable the SPICE socket. # # Enable the SPICE socket.
# UI="True" # UI="True"
# CLIPBOARD="True" # CLIPBOARD="True"
# _EOF # _EOF