feat: Disable autoreboot for Windows 2000 and 2003 (#2005)

This commit is contained in:
Kroese
2026-07-27 11:24:55 +02:00
committed by GitHub
parent 2488d5735b
commit 0fdab89516
2 changed files with 1 additions and 6 deletions
-3
View File
@@ -1720,10 +1720,7 @@ legacyInstall() {
addLegacyDrivers "$dir" "$target" "$driver" "$arch" "$drivers" || return 1
fi
if [[ "${driver,,}" == "xp" ]]; then
disableAutoReboot "$target" || return 1
fi
setLegacyKey "$target" "$driver" "$arch" "$desc" || return 1
validateProductKey "$KEY" || return 1
-2
View File
@@ -789,8 +789,6 @@ setMachine() {
# Prevent bluescreen if 64 bit PCI hole size is >2G.
ARGS="-global q35-pcihost.x-pci-hole64-fix=false"
ARGS+=" -global virtio-pci.disable-modern=on"
ARGS+=" -global virtio-pci.disable-legacy=off"
fi ;;