mirror of
https://github.com/dockur/windows.git
synced 2026-08-05 05:27:23 +01:00
fix: Preserve XML namespaces in answer file updates (#2046)
This commit is contained in:
+1568
-1547
File diff suppressed because it is too large
Load Diff
+3
-1
@@ -925,7 +925,7 @@ resolveImage() {
|
||||
|
||||
# Only direct-boot custom media can safely bypass content detection.
|
||||
if [ -n "$CUSTOM" ]; then
|
||||
bootDirect "$version" || return 1
|
||||
supportsUnattended "$version" && return 1
|
||||
DETECTED="$version"
|
||||
return 0
|
||||
fi
|
||||
@@ -1822,7 +1822,9 @@ buildImage() {
|
||||
"win9"* )
|
||||
|
||||
args+=(
|
||||
-J
|
||||
-r
|
||||
-V "${LABEL::30}"
|
||||
) ;;
|
||||
|
||||
* )
|
||||
|
||||
Reference in New Issue
Block a user