From d6ab67e78875aebd3b88a5a1dc84cde4ec29490f Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Thu, 9 Sep 2021 15:29:02 -0400 Subject: 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 --- profiles/default/linux/packages | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'profiles') diff --git a/profiles/default/linux/packages b/profiles/default/linux/packages index d0b8745d0440..6d35bf72e202 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 -- cgit v1.2.3-65-gdbad