From e8cce2ad37f232c9fc68fd4a4508edb0cc63997d Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Thu, 19 Jan 2017 02:46:03 +0000 Subject: [PATCH] mate: move package reduction from live to common as it should be the same on ARM/Live images Signed-off-by: Peter Robinson --- fedora-live-mate_compiz.ks | 37 ------------------------------------- fedora-mate-common.ks | 24 ++++++++++++++++++++++++ 2 files changed, 24 insertions(+), 37 deletions(-) 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