diff options
author | Michael Haubenwallner <haubi@gentoo.org> | 2019-03-01 12:06:07 +0100 |
---|---|---|
committer | Michael Haubenwallner <haubi@gentoo.org> | 2019-03-01 12:09:26 +0100 |
commit | 3d3bb1cfa54587ba1783fdf2ef6df39becab43f9 (patch) | |
tree | b811b45449b5c821f113518468a3a391453b9d02 | |
parent | kde-plasma/discover: Set VIRTUALX_REQUIRED=test (diff) | |
download | gentoo-3d3bb1cfa54587ba1783fdf2ef6df39becab43f9.tar.gz gentoo-3d3bb1cfa54587ba1783fdf2ef6df39becab43f9.tar.bz2 gentoo-3d3bb1cfa54587ba1783fdf2ef6df39becab43f9.zip |
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@gentoo.org>
-rw-r--r-- | profiles/prefix/packages | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/profiles/prefix/packages b/profiles/prefix/packages index 5bf242d44567..02d85af783f7 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 |