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
|
part / --size 4096
|
||||||
|
|
||||||
%packages
|
%packages
|
||||||
|
-realmd # only seems to be used in GNOME
|
||||||
|
-PackageKit* # we switched to yumex, so we don't need this
|
||||||
firefox
|
firefox
|
||||||
@mate
|
@mate
|
||||||
compiz
|
compiz
|
||||||
|
@ -10,9 +10,17 @@
|
|||||||
# First, no office
|
# First, no office
|
||||||
-planner
|
-planner
|
||||||
|
|
||||||
|
# Drop things for size
|
||||||
|
-firefox
|
||||||
|
-@libreoffice
|
||||||
|
|
||||||
|
# A web browser would be nice for a live cd
|
||||||
|
midori
|
||||||
|
|
||||||
# Drop the Java plugin
|
# Drop the Java plugin
|
||||||
-icedtea-web
|
-icedtea-web
|
||||||
-java-1.7.0-openjdk
|
-java-1.7.0-openjdk
|
||||||
|
-java-1.8.0-openjdk
|
||||||
|
|
||||||
# Drop things that pull in perl
|
# Drop things that pull in perl
|
||||||
-linux-atm
|
-linux-atm
|
||||||
@ -67,5 +75,8 @@
|
|||||||
%end
|
%end
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
# This is a huge file and things work ok without it
|
||||||
|
rm -f /usr/share/icons/HighContrast/icon-theme.cache
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user