commit b15eddd5d5226082a258eba8bf3329dbb0474b0a Author: Dan Mashal dan.mashal@fedoraproject.org Date: Thu May 16 21:11:38 2013 -0400
Merge mate kickstarts with master branch
fedora-live-mate-compiz.ks | 2 ++ fedora-livecd-mate-compiz.ks | 11 +++++++++++ 2 files changed, 13 insertions(+), 0 deletions(-) --- diff --git a/fedora-live-mate-compiz.ks b/fedora-live-mate-compiz.ks index c3bd677..8d83578 100644 --- a/fedora-live-mate-compiz.ks +++ b/fedora-live-mate-compiz.ks @@ -7,6 +7,8 @@ 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 diff --git a/fedora-livecd-mate-compiz.ks b/fedora-livecd-mate-compiz.ks index a93aa25..2812b37 100644 --- a/fedora-livecd-mate-compiz.ks +++ b/fedora-livecd-mate-compiz.ks @@ -10,9 +10,17 @@ # First, no office -planner
+# Drop things for size +-firefox +-@libreoffice + +# A web browser would be nice for a live cd +midori + # Drop the Java plugin -icedtea-web -java-1.7.0-openjdk +-java-1.8.0-openjdk
# Drop things that pull in perl -linux-atm @@ -67,5 +75,8 @@ %end
%post +# This is a huge file and things work ok without it +rm -f /usr/share/icons/HighContrast/icon-theme.cache + %end