blob: a4d727977333095ecaee91776f1504e45d9aff70 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# Gentoo Base Prefix Profile
# NOTE: THIS MODIFIES THE BASE PROFILE FOR *ANY* PREFIX BASED OPERATING SYSTEM.
# NO MODIFICATIONS MAY BE MADE TO THIS FILE WITHOUT PRIOR DISCUSSION. IF
# YOU ARE CREATING A NEW PROFILE, YOU SIMPLY NEED TO INHERIT THIS BASE
# PROFILE IN YOUR PROFILE DIRECTORY'S "parent" FILE.
# Read the descriptions of ../../base/packages for some explanation
# This file removes everything from the base profile which is not
# necessary/desired in a prefix environment.
-*net-misc/iputils
-*sys-apps/iproute2
-*sys-apps/kbd
-*sys-fs/e2fsprogs
-*virtual/dev-manager
-*virtual/modutils
-*virtual/shadow
# we don't want this either (as baselayout-prefix provides the functions.sh
# file that this was added to ../base/packages for)
-*sys-apps/openrc
|