include fedora-mate-packages.ks into the mate kickstarts

This commit is contained in:
Dennis Gilmore 2013-06-08 20:29:05 -05:00
parent c6bdce9de2
commit 534a8f0342
1 changed files with 1 additions and 31 deletions

View File

@ -3,40 +3,10 @@
# mailto:desktop@lists.fedoraproject.org
%include fedora-live-base.ks
%include fedora-mate-packages.ks
part / --size 4096
%packages
-realmd # only seems to be used in GNOME
-PackageKit* # we switched to yumex, so we don't need this
firefox
@mate
compiz
compiz-plugins-main
compiz-plugins-extra
compiz-manager
compizconfig-python
compiz-plugins-unsupported
compiz-bcop
compiz-mate
libcompizconfig
compiz-plugins-main
ccsm
emerald-themes
emerald
fusion-icon
fusion-icon-gtk
@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
%end
%post
cat >> /etc/rc.d/init.d/livesys << EOF