[Libosinfo] [PATCH v5] win8.1: Re-enable unattended installation

Fabiano Fidêncio fidencio at redhat.com
Tue May 3 18:11:48 UTC 2016


From: Fabiano Fidêncio <fabiano at fidencio.org>

Now the unattended installation works properly, apart from the user
avatar not being set for Windows 8 (or newer)[0].
Due to the Windows policy on hostname and therefore apps might need
to be patched for the installer scripts to work[1].

[0]: https://bugzilla.redhat.com/show_bug.cgi?id=1328637
[1]: https://bugzilla.gnome.org/show_bug.cgi?id=765175

This reverts commit 49ae46cda4fbd2e95dc794cb64aec27117351c85.

Signed-off-by: Fabiano Fidêncio <fabiano at fidencio.org>
---
 data/os/microsoft.com/win-8.1.xml.in | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/data/os/microsoft.com/win-8.1.xml.in b/data/os/microsoft.com/win-8.1.xml.in
index a68c788..124e8d9 100644
--- a/data/os/microsoft.com/win-8.1.xml.in
+++ b/data/os/microsoft.com/win-8.1.xml.in
@@ -136,5 +136,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.3




More information about the Libosinfo mailing list