summaryrefslogtreecommitdiffstats
path: root/fedora-xfce-packages.ks
diff options
context:
space:
mode:
authorDennis Gilmore <dennis@ausil.us>2013-01-24 18:27:54 -0600
committerDennis Gilmore <dennis@ausil.us>2013-01-24 18:27:54 -0600
commitf8194b615c6de6a8de5eda206d5ae185c074df25 (patch)
tree838679fad2fb9dca7df4079398272a7e452bf135 /fedora-xfce-packages.ks
parent225791a8936494a13c572651fd71d9dc92b3cfc5 (diff)
downloadspin-kickstarts-f8194b615c6de6a8de5eda206d5ae185c074df25.tar.gz
spin-kickstarts-f8194b615c6de6a8de5eda206d5ae185c074df25.tar.xz
spin-kickstarts-f8194b615c6de6a8de5eda206d5ae185c074df25.zip
split out the xfce image packages into its own snippet
Diffstat (limited to 'fedora-xfce-packages.ks')
-rw-r--r--fedora-xfce-packages.ks46
1 files changed, 46 insertions, 0 deletions
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@fedoraproject.org>
+# - Christoph Wickert <cwickert@fedoraproject.org>
+# - Kevin Fenzi <kevin@tummy.com>
+# - Adam Miller <maxamillion@fedoraproject.org>
+
+
+%packages
+
+@xfce-desktop
+@xfce-apps
+@xfce-extra-plugins
+@xfce-media
+@xfce-office
+@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
+
+