[Fedora-spins] [spin-kickstarts] split out the xfce image packages into its own snippet

Dennis Gilmore ausil at fedoraproject.org
Fri Jan 25 02:45:47 UTC 2013


commit f8194b615c6de6a8de5eda206d5ae185c074df25
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Thu Jan 24 18:27:54 2013 -0600

    split out the xfce image packages into its own snippet

 fedora-livecd-xfce.ks   |   34 +---------------------------------
 fedora-xfce-packages.ks |   46 ++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 47 insertions(+), 33 deletions(-)
---
diff --git a/fedora-livecd-xfce.ks b/fedora-livecd-xfce.ks
index 59f7fa3..74eec6b 100644
--- a/fedora-livecd-xfce.ks
+++ b/fedora-livecd-xfce.ks
@@ -11,39 +11,7 @@
 
 %include fedora-live-base.ks
 %include fedora-live-minimization.ks
-
-%packages
-
- at xfce-desktop
- at xfce-apps
- at xfce-extra-plugins
- at xfce-media
- at xfce-office
- at firefox
-
-# unlock default keyring. FIXME: Should probably be done in comps
-gnome-keyring-pam
-
-# save some space
--autofs
--acpid
--gimp-help
--desktop-backgrounds-basic
--realmd                     # only seems to be used in GNOME
--PackageKit*                # we switched to yumex, so we don't need this
--aspell-*                   # dictionaries are big
--gnumeric
-#-man-pages-*
-
-# drop some system-config things
--system-config-boot
--system-config-lvm
--system-config-network
--system-config-rootpassword
-#-system-config-services
--policycoreutils-gui
-
-%end
+%include fedora-xfce-packages.ks
 
 %post
 # xfce configuration
diff --git a/fedora-xfce-packages.ks b/fedora-xfce-packages.ks
new file mode 100644
index 0000000..5763e7c
--- /dev/null
+++ b/fedora-xfce-packages.ks
@@ -0,0 +1,46 @@
+# fedora-livecd-xfce.ks
+#
+# Description:
+# - Fedora Live Spin with the light-weight XFCE Desktop Environment
+#
+# Maintainer(s):
+# - Rahul Sundaram    <sundaram at fedoraproject.org>
+# - Christoph Wickert <cwickert at fedoraproject.org>
+# - Kevin Fenzi       <kevin at tummy.com>
+# - Adam Miller       <maxamillion at fedoraproject.org>
+
+
+%packages
+
+ at xfce-desktop
+ at xfce-apps
+ at xfce-extra-plugins
+ at xfce-media
+ at xfce-office
+ at firefox
+
+# unlock default keyring. FIXME: Should probably be done in comps
+gnome-keyring-pam
+
+# save some space
+-autofs
+-acpid
+-gimp-help
+-desktop-backgrounds-basic
+-realmd                     # only seems to be used in GNOME
+-PackageKit*                # we switched to yumex, so we don't need this
+-aspell-*                   # dictionaries are big
+-gnumeric
+#-man-pages-*
+
+# drop some system-config things
+-system-config-boot
+-system-config-lvm
+-system-config-network
+-system-config-rootpassword
+#-system-config-services
+-policycoreutils-gui
+
+%end
+
+


More information about the spins mailing list