[Libosinfo] [PATCH v2 11/12] win10,	installer: Enable unattended installation
    Fabiano Fidêncio 
    fidencio at redhat.com
       
    Wed Apr 20 00:21:29 UTC 2016
    
    
  
From: Fabiano Fidêncio <fabiano at fidencio.org>
The unattended installation successfully worked, apart from the user
avatar not being set for Windows 8 (or later)[0].
[0]: https://bugzilla.redhat.com/show_bug.cgi?id=1328637
Signed-off-by: Fabiano Fidêncio <fabiano at fidencio.org>
---
 data/os/microsoft.com/win-10.xml.in | 10 ++++++++++
 1 file changed, 10 insertions(+)
diff --git a/data/os/microsoft.com/win-10.xml.in b/data/os/microsoft.com/win-10.xml.in
index 8dc6f05..207c1f7 100644
--- a/data/os/microsoft.com/win-10.xml.in
+++ b/data/os/microsoft.com/win-10.xml.in
@@ -67,5 +67,15 @@
     <devices>
       <device id="http://pcisig.com/pci/8086/2668"/> <!-- ICH6 -->
     </devices>
+
+    <!--
+        User avatar not being set for Windows 8 (or later).
+        For more details, please, see:
+        https://bugzilla.redhat.com/show_bug.cgi?id=1328637
+    -->
+    <installer>
+      <script id='http://microsoft.com/windows/unattend/jeos'/>
+      <script id='http://microsoft.com/windows/unattend/desktop'/>
+    </installer>
   </os>
 </libosinfo>
-- 
2.7.3
    
    
More information about the Libosinfo
mailing list