diff options
author | Mike Gilbert <floppym@gentoo.org> | 2021-09-09 15:29:02 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2021-09-24 16:58:40 -0400 |
commit | d6ab67e78875aebd3b88a5a1dc84cde4ec29490f (patch) | |
tree | e013ef38a17496236c9117427e3c010830d666bd /profiles | |
parent | media-sound/pulseaudio-daemon: Install manpages (diff) | |
download | gentoo-d6ab67e78875aebd3b88a5a1dc84cde4ec29490f.tar.gz gentoo-d6ab67e78875aebd3b88a5a1dc84cde4ec29490f.tar.bz2 gentoo-d6ab67e78875aebd3b88a5a1dc84cde4ec29490f.zip |
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@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default/linux/packages | 3 |
1 files changed, 1 insertions, 2 deletions
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 |