1
0
mirror of https://github.com/dockur/windows.git synced 2026-07-27 21:42:36 +07:00

feat: Disable auto reboot on XP (#2004)

This commit is contained in:
Kroese
2026-07-27 03:35:38 +02:00
committed by GitHub
parent aa7ddb698c
commit 2488d5735b
+2 -2
View File
@@ -1720,8 +1720,8 @@ legacyInstall() {
addLegacyDrivers "$dir" "$target" "$driver" "$arch" "$drivers" || return 1 addLegacyDrivers "$dir" "$target" "$driver" "$arch" "$drivers" || return 1
fi fi
if [[ "${driver,,}" == "xp" ]] && enabled "$DEBUG"; then if [[ "${driver,,}" == "xp" ]]; then
disableLegacyAutoReboot "$target" || return 1 disableAutoReboot "$target" || return 1
fi fi
setLegacyKey "$target" "$driver" "$arch" "$desc" || return 1 setLegacyKey "$target" "$driver" "$arch" "$desc" || return 1