fix: Preserve XML namespaces in answer file updates (#2046)

This commit is contained in:
Kroese
2026-08-04 17:07:27 +02:00
committed by GitHub
parent 16c4ee0552
commit f8c72b3404
2 changed files with 1571 additions and 1548 deletions
+1568 -1547
View File
File diff suppressed because it is too large Load Diff
+3 -1
View File
@@ -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}"
) ;; ) ;;
* ) * )