diff --git a/fedora-live-mate_compiz.ks b/fedora-live-mate_compiz.ks index d6af944..e6fc3ac 100644 --- a/fedora-live-mate_compiz.ks +++ b/fedora-live-mate_compiz.ks @@ -9,43 +9,6 @@ part / --size 6144 -%packages - -# Drop things for size --@3d-printing --brasero --colord --fedora-icon-theme --GConf2 --gnome-bluetooth-libs --gnome-icon-theme --gnome-icon-theme-symbolic --gnome-software --gnome-themes --gnome-themes-standard --gnome-user-docs - --@mate-applications --mate-icon-theme-faenza - -# Drop oversized fonts that aren't needed - -# Drop things that pull in perl - -# Dictionaries are big -# we're going to try keeping hunspell-* after notting, davidz, and ajax voiced -# strong preference to giving it a go on #fedora-desktop. -# also see http://bugzilla.gnome.org/681084 - -# Help and art can be big, too --gnome-user-docs --evolution-help - -# Legacy cmdline things we don't want --telnet - -%end - %post cat >> /etc/rc.d/init.d/livesys << EOF diff --git a/fedora-mate-common.ks b/fedora-mate-common.ks index 5d4bdf5..9d6afd5 100644 --- a/fedora-mate-common.ks +++ b/fedora-mate-common.ks @@ -53,4 +53,28 @@ p7zip-plugins # desktop image at some point. We won't touch this one for now. nss-mdns +# Drop things for size +-@3d-printing +-brasero +-colord +-fedora-icon-theme +-GConf2 +-gnome-bluetooth-libs +-gnome-icon-theme +-gnome-icon-theme-symbolic +-gnome-software +-gnome-themes +-gnome-themes-standard +-gnome-user-docs + +-@mate-applications +-mate-icon-theme-faenza + +# Help and art can be big, too +-gnome-user-docs +-evolution-help + +# Legacy cmdline things we don't want +-telnet + %end