docs(quickemu): update ArchWiki link

No functional changes; comments only.

Signed-off-by: Arusekk <floss@arusekk.pl>
This commit is contained in:
Arusekk 2026-02-25 23:24:23 +01:00 committed by Martin Wimpress
parent 30509e17b6
commit b541fe1c58
1 changed files with 1 additions and 1 deletions

View File

@ -722,7 +722,7 @@ function configure_cpu() {
fi fi
fi fi
# Disable S3 support in the VM to ensure Windows can boot with SecureBoot enabled # Disable S3 support in the VM to ensure Windows can boot with SecureBoot enabled
# - https://wiki.archlinux.org/title/QEMU#VM_does_not_boot_when_using_a_Secure_Boot_enabled_OVMF # - https://wiki.archlinux.org/title/QEMU/Troubleshooting#Virtual_machine_not_booting_when_using_a_Secure_Boot_enabled_OVMF
GUEST_TWEAKS+=" -global ICH9-LPC.disable_s3=1" GUEST_TWEAKS+=" -global ICH9-LPC.disable_s3=1"
# Disable High Precision Timer # Disable High Precision Timer