mirror of
https://github.com/dockur/windows.git
synced 2026-07-27 13:32:42 +07:00
feat: Disable auto reboot on XP (#2004)
This commit is contained in:
+2
-2
@@ -1720,8 +1720,8 @@ legacyInstall() {
|
||||
addLegacyDrivers "$dir" "$target" "$driver" "$arch" "$drivers" || return 1
|
||||
fi
|
||||
|
||||
if [[ "${driver,,}" == "xp" ]] && enabled "$DEBUG"; then
|
||||
disableLegacyAutoReboot "$target" || return 1
|
||||
if [[ "${driver,,}" == "xp" ]]; then
|
||||
disableAutoReboot "$target" || return 1
|
||||
fi
|
||||
|
||||
setLegacyKey "$target" "$driver" "$arch" "$desc" || return 1
|
||||
|
||||
Reference in New Issue
Block a user