From 104a41d7719f9d6c22d06cade359b609a9848bc7 Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Sun, 5 May 2024 18:28:44 +0200 Subject: [PATCH] control-vm.sh: Fix two typos in the example config --- control-vm.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/control-vm.sh b/control-vm.sh index 56a2ced..6cef9c6 100755 --- a/control-vm.sh +++ b/control-vm.sh @@ -56,11 +56,11 @@ # SOUND="True" # SSH_PORT="" # # 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="" # # Disable EFI and enable BIOS fallback mode with unsetting EFI_MACHINE. # #EFI="" -# Enable the SPICE socket. +# # Enable the SPICE socket. # UI="True" # CLIPBOARD="True" # _EOF