summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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