Update boot.sh

This commit is contained in:
Kroese 2024-02-02 15:26:53 +01:00 committed by GitHub
parent 286e864a3d
commit bef25c3cd4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,7 +27,7 @@ case "${BOOT_MODE,,}" in
VARS="AAVMF_VARS.ms.fd"
;;
windows_legacy)
USB="usb-ehci,id=ehci"
USB="usb-ehci,id=ehci"
BOOT_OPTS=""
;;
legacy)
@ -35,7 +35,7 @@ case "${BOOT_MODE,,}" in
;;
*)
info "Unknown boot mode '${BOOT_MODE}', defaulting to 'legacy'"
BOOT_MODE="legacy"
BOOT_MODE="legacy"
;;
esac