summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeeshan Ali (Khattak) <zeeshanak@gnome.org>2012-11-28 17:41:05 +0200
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>2012-11-28 17:44:03 +0200
commite6256415834559d73fc6e51a2a648ad795fe88f4 (patch)
tree38ef887f55baeca26828e4c2c5c0c51f80bd651c
parentcad738dc6b8ede17a1419aa48a51744e1e95a616 (diff)
fedora,installer: Fix against Fedora 18
'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.
-rw-r--r--data/install-scripts/fedora.xml8
1 files changed, 7 insertions, 1 deletions
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