Try to bring down the size of the mate-compiz spin

This commit is contained in:
Dan Mashal 2013-05-16 00:50:44 -04:00
parent 29ae6062ae
commit a144329ffe
2 changed files with 13 additions and 0 deletions

View File

@ -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

View File

@ -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