[Libosinfo] [[PATCH v2] 5/5] install-script, rhel: Adjust for RHEL 7
Zeeshan Ali (Khattak)
zeeshanak at gnome.org
Wed Dec 4 19:48:45 UTC 2013
---
data/install-scripts/rhel.xml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/data/install-scripts/rhel.xml b/data/install-scripts/rhel.xml
index c61603e..840344b 100644
--- a/data/install-scripts/rhel.xml
+++ b/data/install-scripts/rhel.xml
@@ -178,9 +178,17 @@ reboot
%packages
@core
@x11
+<xsl:choose>
+ <xsl:when test="os/version < 7">
@basic-desktop
@general-desktop
@desktop-platform
+ </xsl:when>
+ <xsl:otherwise>
+ at gnome-desktop
+ at multimedia
+ </xsl:otherwise>
+</xsl:choose>
@internet-browser
@input-methods
--
1.8.4.2
More information about the Libosinfo
mailing list