From a144329ffe3bc8d1e2e150e8a0ff6eca7f49bac3 Mon Sep 17 00:00:00 2001 From: Dan Mashal Date: Thu, 16 May 2013 00:50:44 -0400 Subject: Try to bring down the size of the mate-compiz spin --- fedora-live-mate-compiz.ks | 2 ++ fedora-livecd-mate-compiz.ks | 11 +++++++++++ 2 files changed, 13 insertions(+) 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 -- cgit