[Libosinfo] [PATCH v2 10/10] win10: Enable unattended installation
Fabiano Fidêncio
fidencio at redhat.com
Sun May 8 21:45:32 UTC 2016
Unattended installation works properly, apart from the user avatar not
being set for Windows 8 (or newer)[0].
[0]: https://bugzilla.redhat.com/show_bug.cgi?id=1328637
Signed-off-by: Fabiano Fidêncio <fidencio at redhat.com>
---
data/os/microsoft.com/win-10.xml.in | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/data/os/microsoft.com/win-10.xml.in b/data/os/microsoft.com/win-10.xml.in
index d95a002..04facce 100644
--- a/data/os/microsoft.com/win-10.xml.in
+++ b/data/os/microsoft.com/win-10.xml.in
@@ -112,5 +112,17 @@
<devices>
<device id="http://pcisig.com/pci/8086/2668"/> <!-- ICH6 -->
</devices>
+
+ <installer>
+ <script id='http://microsoft.com/windows/unattend/jeos'/>
+ <script id='http://microsoft.com/windows/unattend/desktop'/>
+
+ <!--
+ User avatar not being set for Windows 8 (or newer).
+ For more details, please, see:
+ https://bugzilla.redhat.com/show_bug.cgi?id=1328637
+ -->
+ <script id='http://microsoft.com/windows/cmd/desktop'/>
+ </installer>
</os>
</libosinfo>
--
2.7.4
More information about the Libosinfo
mailing list