[Libosinfo] [PATCH 3/5] data: fix reference to windows install script for vista

Christophe Fergeau cfergeau at redhat.com
Wed Oct 7 08:31:10 UTC 2015


ACK.

On Tue, Oct 06, 2015 at 05:41:01PM +0100, Daniel P. Berrange wrote:
> 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
> 
> _______________________________________________
> Libosinfo mailing list
> Libosinfo at redhat.com
> https://www.redhat.com/mailman/listinfo/libosinfo
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/libosinfo/attachments/20151007/cb8163bb/attachment.sig>


More information about the Libosinfo mailing list