summaryrefslogtreecommitdiffstats
path: root/fedora-desktop-packages.ks
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2013-07-26 13:21:43 -0400
committerRay Strode <rstrode@redhat.com>2013-07-26 13:21:43 -0400
commitee950ce8cff288b66cf27da3fc97b3288918c2de (patch)
tree73e1c0744d211db75e597fe83bec1e6e8ba571e5 /fedora-desktop-packages.ks
parent279c21441cdacb1d548dc1f1b39acc2882ef4024 (diff)
downloadspin-kickstarts-ee950ce8cff288b66cf27da3fc97b3288918c2de.tar.gz
spin-kickstarts-ee950ce8cff288b66cf27da3fc97b3288918c2de.tar.xz
spin-kickstarts-ee950ce8cff288b66cf27da3fc97b3288918c2de.zip
desktop: rename fedora-gnome-packages to fedora-desktop-packages
It's small detail, but the file contains gnome, firefox, and libreoffice in it. It's really the desktop packages (ring?) not just gnome packages.
Diffstat (limited to 'fedora-desktop-packages.ks')
-rw-r--r--fedora-desktop-packages.ks26
1 files changed, 26 insertions, 0 deletions
diff --git a/fedora-desktop-packages.ks b/fedora-desktop-packages.ks
new file mode 100644
index 0000000..6223d0f
--- /dev/null
+++ b/fedora-desktop-packages.ks
@@ -0,0 +1,26 @@
+%packages
+@firefox
+@gnome-desktop
+@libreoffice
+
+# FIXME; apparently the glibc maintainers dislike this, but it got put into the
+# desktop image at some point. We won't touch this one for now.
+nss-mdns
+
+# This one needs to be kicked out of @standard
+-smartmontools
+
+# We use gnome-control-center's printer and input sources panels instead
+-system-config-printer
+-im-chooser
+
+# There's been some debate about removing sendmail from @standard, but it's
+# being punted for now. At least we can fix it in the desktop spin.
+# Similarly, there was also some debate about removing rsyslog from @standard
+# (since much of its functionality is provided by journald now), but it's
+# not going to happen for f20 either, so drop it here for now.
+# https://lists.fedoraproject.org/pipermail/devel/2013-July/186796.html
+-sendmail
+-rsyslog
+
+%end