From bef25c3cd48a4b9623968dde94dbaa18d96a82f3 Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 2 Feb 2024 15:26:53 +0100 Subject: [PATCH] Update boot.sh --- src/boot.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/boot.sh b/src/boot.sh index adf5ba2..a6def89 100644 --- a/src/boot.sh +++ b/src/boot.sh @@ -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