From 0717417e11b0f590eaecba51cd6c7af9063ed594 Mon Sep 17 00:00:00 2001 From: Michael Shigorin Date: Fri, 29 Jan 2016 21:56:18 +0300 Subject: [PATCH] cleanup: add jeos targets This is based on distro/regular-jeos but torn into two and somewhat updated for sisyphus-going-to-bring-p8: 1) libcap-ng is now required by util-linux; 2) bridge-utils might be needed for subsequent images. --- features.in/cleanup/config.mk | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/features.in/cleanup/config.mk b/features.in/cleanup/config.mk index 0fce8d73..0802d31b 100644 --- a/features.in/cleanup/config.mk +++ b/features.in/cleanup/config.mk @@ -22,3 +22,21 @@ use/cleanup/alterator: use/cleanup # for lightweight server distros use/cleanup/x11-alterator: use/cleanup/x11 use/cleanup/alterator @$(call add,CLEANUP_PACKAGES,libmng qt4-common) + +# "basically everything else"; this *will* change with branches and distros +use/cleanup/jeos: use/cleanup/x11-alterator + @$(call add,CLEANUP_PACKAGES,liblcms libjpeg 'libpng*' 'libtiff*') + @$(call add,CLEANUP_PACKAGES,avahi-autoipd iw wpa_supplicant) + @$(call add,CLEANUP_PACKAGES,openssl libpcsclite) + @# a *lot* of stray things get pulled in by alterator modules + @$(call add,CLEANUP_PACKAGES,libfreetype fontconfig) + @$(call add,CLEANUP_PACKAGES,liblcms libjpeg 'libpng*' 'libtiff*') + @$(call add,CLEANUP_PACKAGES,openssl libpcsclite) + +# mostly non-interactive system +use/cleanup/jeos/full: use/cleanup/jeos + @$(call add,CLEANUP_PACKAGES,interactivesystem 'groff*' man stmpclean) + @$(call add,CLEANUP_PACKAGES,glibc-gconv-modules gettext) + @$(call add,CLEANUP_PACKAGES,console-scripts console-vt-tools 'kbd*') + @$(call add,CLEANUP_PACKAGES,libsystemd-journal libsystemd-login) + @$(call add,CLEANUP_PACKAGES,dbus libdbus)