Gentoo Archives: gentoo-commits

From: Benda XU <heroxbd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/linux-standalone/
Date: Thu, 26 May 2016 04:03:06
Message-Id: 1464235370.ed0dac93c4ed0c04c27ddaec9be39c4644534780.heroxbd@gentoo
1 commit: ed0dac93c4ed0c04c27ddaec9be39c4644534780
2 Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 26 04:01:48 2016 +0000
4 Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
5 CommitDate: Thu May 26 04:02:50 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed0dac93
7
8 p/p/l-s/packages: remove non-essential packages of RAP from @system.
9
10 profiles/prefix/linux-standalone/packages | 9 +++++++++
11 1 file changed, 9 insertions(+)
12
13 diff --git a/profiles/prefix/linux-standalone/packages b/profiles/prefix/linux-standalone/packages
14 new file mode 100644
15 index 0000000..6e1a722
16 --- /dev/null
17 +++ b/profiles/prefix/linux-standalone/packages
18 @@ -0,0 +1,9 @@
19 +# RAP does not need busybox for emergency recovery, the host have all those tools.
20 +-*sys-apps/busybox
21 +
22 +# Most of the iproute2 suit require root privilege to function.
23 +-*sys-apps/iproute2
24 +
25 +# Man pages are not essential.
26 +-*sys-apps/man-pages
27 +-*virtual/man