[Libosinfo] [PATCH] windows-unattend: Remove bogus architecture attribute
Zeeshan Ali (Khattak)
zeeshanak at gnome.org
Sat Oct 11 13:11:49 UTC 2014
This was supposed to be removed when we moved this script template from
Boxes to libosinfo. I think it hasn't caused any issues so far because we
declare this attribute again soon after and probably Windows ignores the
first value and takes the last one it parses.
---
Pushed as trivial.
data/install-scripts/windows-unattend.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/data/install-scripts/windows-unattend.xml b/data/install-scripts/windows-unattend.xml
index deffbd1..d514ee5 100644
--- a/data/install-scripts/windows-unattend.xml
+++ b/data/install-scripts/windows-unattend.xml
@@ -413,7 +413,7 @@
</settings>
</xsl:if>
<settings pass="oobeSystem">
- <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="BOXES_CPU" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <component name="Microsoft-Windows-Shell-Setup" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<xsl:attribute name="processorArchitecture">
<xsl:call-template name="arch"/>
</xsl:attribute>
--
2.1.0
More information about the Libosinfo
mailing list