[Libosinfo] [PATCH 3/5] data: fix reference to windows install script for vista
Daniel P. Berrange
berrange at redhat.com
Tue Oct 6 16:41:01 UTC 2015
Previous commit
commit 12e13186165f9f6ecb5e1eb92fea450502bb81c2
Author: Fabiano Fidêncio <fabiano at fidencio.org>
Date: Thu Aug 16 15:54:11 2012 -0300
Add desktop profile for Windows
Changed the URI for the existing install scripts to
have a 'desktop' or 'jeos' suffix. It added both new
install scripts to existing OS entries, but forgot
to update the Windows vista entry, so it was left
pointing to a non-existant script.
Signed-off-by: Daniel P. Berrange <berrange at redhat.com>
---
data/oses/windows.xml.in | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/data/oses/windows.xml.in b/data/oses/windows.xml.in
index bbe1852..10fd072 100644
--- a/data/oses/windows.xml.in
+++ b/data/oses/windows.xml.in
@@ -719,7 +719,8 @@
</resources>
<installer>
- <script id='http://microsoft.com/windows/unattend'/>
+ <script id='http://microsoft.com/windows/unattend/jeos'/>
+ <script id='http://microsoft.com/windows/unattend/desktop'/>
</installer>
</os>
--
2.4.3
More information about the Libosinfo
mailing list