feat: Support domain joins for all Windows versions (#1919)

This commit is contained in:
Kroese
2026-07-21 12:10:31 +02:00
committed by GitHub
parent f193dac580
commit 293166c428
2 changed files with 87 additions and 96 deletions
+5
View File
@@ -1575,6 +1575,11 @@ prepareInstall() {
local driver="$4"
local drivers="/tmp/drivers"
if [ -n "$DOMAIN" ]; then
error "The DOMAIN variable is not supported for $desc!"
return 1
fi
ETFS="[BOOT]/Boot-NoEmul.img"
if [ ! -f "$dir/$ETFS" ] || [ ! -s "$dir/$ETFS" ]; then