feat: Support Win7 x86

This commit is contained in:
Kroese 2024-05-16 05:29:21 +02:00 committed by GitHub
parent 2cd883a9b8
commit b7cdb816a6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"