Update install.sh

This commit is contained in:
Kroese 2024-05-26 13:44:12 +02:00 committed by GitHub
parent beec7688db
commit a41a36e622
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -583,6 +583,7 @@ prepareImage() {
case "${DETECTED,,}" in
"winxp"* )
HV="N"
DISK_TYPE="blk"
BOOT_MODE="windows_legacy"
prepareXP "$iso" "$dir" && return 0