From a41a36e622415745fdda6e69a0e5b342b1730b60 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 26 May 2024 13:44:12 +0200 Subject: [PATCH] Update install.sh --- src/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/install.sh b/src/install.sh index e780b67..fd3ff71 100644 --- a/src/install.sh +++ b/src/install.sh @@ -583,6 +583,7 @@ prepareImage() { case "${DETECTED,,}" in "winxp"* ) + HV="N" DISK_TYPE="blk" BOOT_MODE="windows_legacy" prepareXP "$iso" "$dir" && return 0