From b7cdb816a64e8defd5b0d8c4409f6ab7aabdc99a Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 16 May 2024 05:29:21 +0200 Subject: [PATCH] feat: Support Win7 x86 --- src/install.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/install.sh b/src/install.sh index 653edc9..182e40a 100644 --- a/src/install.sh +++ b/src/install.sh @@ -810,6 +810,12 @@ prepareImage() { local dir="$2" local missing + case "${DETECTED,,}" in + "winxp"* | "winvistax86"* | "win7x86"* ) + MACHINE="pc-q35-2.10" + ;; + esac + case "${DETECTED,,}" in "winxp"* ) BOOT_MODE="windows_legacy"