Blame SOURCES/win8.1-disable-unattended-installer.patch

5ae075
From 49ae46cda4fbd2e95dc794cb64aec27117351c85 Mon Sep 17 00:00:00 2001
5ae075
From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= <fidencio@redhat.com>
5ae075
Date: Fri, 21 Feb 2014 16:29:36 +0100
5ae075
Subject: [PATCH] win8.1: Disable unattended installation
5ae075
5ae075
When win8.1 entry was added it was mostly a c&p from a previous
5ae075
version and the installer part was mistakenly also copied. Since
5ae075
win8.1 unattended installation has never been tested and some people
5ae075
have reported it not to work, lets disable it for now and re-enable
5ae075
when we assure it works.
5ae075
---
5ae075
 data/oses/windows.xml.in | 5 -----
5ae075
 1 file changed, 5 deletions(-)
5ae075
5ae075
diff --git a/data/oses/windows.xml.in b/data/oses/windows.xml.in
5ae075
index 723d1dc..b7d5c21 100644
5ae075
--- a/data/oses/windows.xml.in
5ae075
+++ b/data/oses/windows.xml.in
5ae075
@@ -1013,11 +1013,6 @@
5ae075
     <devices>
5ae075
       <device id="http://pciids.sourceforge.net/v2.2/pci.ids/8086/2668"/> 
5ae075
     </devices>
5ae075
-
5ae075
-    <installer>
5ae075
-      <script id='http://microsoft.com/windows/unattend/jeos'/>
5ae075
-      <script id='http://microsoft.com/windows/unattend/desktop'/>
5ae075
-    </installer>
5ae075
   </os>
5ae075
 
5ae075
 </libosinfo>
5ae075
-- 
5ae075
1.8.5.3
5ae075