Re: [libosinfo] fedora, installer: Fix against Fedora 18

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, Nov 28, 2012 at 1:44 PM, Zeeshan Ali (Khattak)
<zeeshanak@xxxxxxxxx> wrote:
> From: "Zeeshan Ali (Khattak)" <zeeshanak@xxxxxxxxx>
>
> 'base' package group has been replaced by 'standard'. For jeos profile,
> we now use the right name of the group depending on the OS version. For
> desktop profile, we can simply drop this group from the list as its
> pulled-in by other groups anyways.
> ---
>  data/install-scripts/fedora.xml | 8 +++++++-
>  1 file changed, 7 insertions(+), 1 deletion(-)
>
> diff --git a/data/install-scripts/fedora.xml b/data/install-scripts/fedora.xml
> index fcb1143..e76f5dd 100644
> --- a/data/install-scripts/fedora.xml
> +++ b/data/install-scripts/fedora.xml
> @@ -94,7 +94,14 @@ logvol / --fstype <xsl:call-template name="rootfs"/> --name=LogVol00 --vgname=Vo
>  reboot
>
>  %packages
> +<xsl:choose>
> +  <xsl:when test="os/version &lt; 18">
>  @base
> +  </xsl:when>
> +  <xsl:otherwise>
> +@standard
> +  </xsl:otherwise>
> +</xsl:choose>
>  @core
>  <xsl:if test="os/version &gt; 6">
>  @hardware-support
> @@ -200,7 +207,6 @@ logvol / --fstype <xsl:call-template name="rootfs"/> --name=LogVol00 --vgname=Vo
>  reboot
>
>  %packages
> -@base
>  @core
>  @hardware-support
>  @base-x
> --
> 1.8.0
>
> _______________________________________________
> virt-tools-list mailing list
> virt-tools-list@xxxxxxxxxx
> https://www.redhat.com/mailman/listinfo/virt-tools-list

ACK

--
Fabiano Fidêncio

_______________________________________________
virt-tools-list mailing list
virt-tools-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/virt-tools-list



[Index of Archives]     [Linux Virtualization]     [KVM Development]     [CentOS Virtualization]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite Forum]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]     [Video 4 Linux]

  Powered by Linux