Gentoo Archives: gentoo-commits

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