mirror of
https://github.com/dockur/windows.git
synced 2026-08-04 21:17:19 +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.
|
# Only direct-boot custom media can safely bypass content detection.
|
||||||
if [ -n "$CUSTOM" ]; then
|
if [ -n "$CUSTOM" ]; then
|
||||||
bootDirect "$version" || return 1
|
supportsUnattended "$version" && return 1
|
||||||
DETECTED="$version"
|
DETECTED="$version"
|
||||||
return 0
|
return 0
|
||||||
fi
|
fi
|
||||||
@@ -1822,7 +1822,9 @@ buildImage() {
|
|||||||
"win9"* )
|
"win9"* )
|
||||||
|
|
||||||
args+=(
|
args+=(
|
||||||
|
-J
|
||||||
-r
|
-r
|
||||||
|
-V "${LABEL::30}"
|
||||||
) ;;
|
) ;;
|
||||||
|
|
||||||
* )
|
* )
|
||||||
|
|||||||
Reference in New Issue
Block a user