commit: d6ab67e78875aebd3b88a5a1dc84cde4ec29490f Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Thu Sep 9 19:29:02 2021 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Fri Sep 24 20:58:40 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6ab67e7
profiles/default/linux: remove busybox from @system busybox[static] was added to @system as a system recovery tool. It's unclear why a recovery tool should be present in @system and stage3 tarballs. If the system is in such a state that a static shell is needed for recovery, it is likely that remote access is also broken, and the sysadmin will need to log into a console. At that point, they could boot from recovery media anyway. Bug: https://bugs.gentoo.org/750920 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> profiles/default/linux/packages | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/profiles/default/linux/packages b/profiles/default/linux/packages index d0b8745d044..6d35bf72e20 100644 --- a/profiles/default/linux/packages +++ b/profiles/default/linux/packages @@ -1,4 +1,4 @@ -# Copyright 2004-2015 Gentoo Foundation. +# Copyright 2004-2021 Gentoo Authors. # Distributed under the terms of the GNU General Public License v2 # This file extends the base packages file for the default profile that all @@ -6,7 +6,6 @@ # will have. Some will have an selinux profile (see ${PORTDIR}/profiles/selinux). # The idea is to only create a new family of profiles when absolutely necessary. -*sys-apps/busybox *sys-apps/iproute2 *sys-apps/man-pages *sys-apps/net-tools
