commit: 3d3bb1cfa54587ba1783fdf2ef6df39becab43f9 Author: Michael Haubenwallner <haubi <AT> gentoo <DOT> org> AuthorDate: Fri Mar 1 11:06:07 2019 +0000 Commit: Michael Haubenwallner <haubi <AT> gentoo <DOT> org> CommitDate: Fri Mar 1 11:09:26 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d3bb1cf
profiles/prefix: reduce system set like in RAP We may want to merge into features/prefix/packages later on. Signed-off-by: Michael Haubenwallner <haubi <AT> gentoo.org> profiles/prefix/packages | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/profiles/prefix/packages b/profiles/prefix/packages index 5bf242d4456..02d85af783f 100644 --- a/profiles/prefix/packages +++ b/profiles/prefix/packages @@ -1,6 +1,17 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Prefix does not need busybox for emergency recovery, +# the host have all those tools. +-*sys-apps/busybox + +# Man pages are not essential. +-*sys-apps/man-pages +-*virtual/man + +# A service manager is not essential. +-*virtual/service-manager + # we don't want binutils everywhere, only in linux and solaris -*sys-devel/binutils
