Update install.sh

This commit is contained in:
Kroese 2024-05-26 12:03:20 +02:00 committed by GitHub
parent d5bd7909b5
commit ec6b3e38e1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -583,6 +583,7 @@ prepareImage() {
case "${DETECTED,,}" in
"winxp"* )
DISK_TYPE="blk"
BOOT_MODE="windows_legacy"
prepareXP "$iso" "$dir" && return 0
error "Failed to prepare Windows XP ISO!" && return 1