summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Mashal <dan.mashal@fedoraproject.org>2013-05-16 00:50:44 -0400
committerDan Mashal <dan.mashal@fedoraproject.org>2013-05-16 00:50:44 -0400
commita144329ffe3bc8d1e2e150e8a0ff6eca7f49bac3 (patch)
treede7c2d04c1aa5f6c19eee9c03611d0e98770c263
parent29ae6062aea53312ef8c4e58235502c0b156e6a1 (diff)
downloadspin-kickstarts-a144329ffe3bc8d1e2e150e8a0ff6eca7f49bac3.tar.gz
spin-kickstarts-a144329ffe3bc8d1e2e150e8a0ff6eca7f49bac3.tar.xz
spin-kickstarts-a144329ffe3bc8d1e2e150e8a0ff6eca7f49bac3.zip
Try to bring down the size of the mate-compiz spin
-rw-r--r--fedora-live-mate-compiz.ks2
-rw-r--r--fedora-livecd-mate-compiz.ks11
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