forked from srbala/fedora-kickstarts
Try to bring down the size of the mate-compiz spin
This commit is contained in:
parent
29ae6062ae
commit
a144329ffe
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user