Gentoo Archives: gentoo-dev

From: Daniel Robbins <drobbins@g.o>
To: gentoo-dev@××××××××××.org
Subject: Re: [gentoo-dev] Customised Gentoo "system"
Date: Wed, 11 Jul 2001 13:01:00
Message-Id: 20010711130100.L22717@cvs.gentoo.org
In Reply to: [gentoo-dev] Customised Gentoo "system" by Sean Mitchell
1 On Wed, Jul 11, 2001 at 08:45:46AM -0400, Sean Mitchell wrote:
2 > Perhaps I've missed this in the docs somewhere, but I'm not sure exactly
3 > what happens when I "emerge system".
4 >
5 > I presume there is a file somewhere that defines "system". What I'd like to
6 > do is create a custom one with a view to building a secure server.
7 >
8 > Can anyone shed a little light on this or point me to some docs that will
9 > help?
10
11 >From "emerge --help system":
12
13 emerge [ options ] system
14
15 "emerge system" is the Portage system update command. When run, it
16 will scan the /etc/make.profile/packages file and determine what
17 packages need to be installed so that your system meets the minimum
18 requirements of your current system profile. Note that this doesn't
19 necessarily bring your system up-to-date at all; instead, it just
20 ensures that you have no missing parts. For example, if your system
21 profile specifies that you should have sys-apps/iptables installed
22 and you don't, then "emerge system" will install it (the most
23 recent version that matches the profile spec) for you. It's always a
24 good idea to do an "emerge --pretend system" before an "emerge
25 system", just so you know what emerge is planning to do.
26
27 --
28 Daniel Robbins <drobbins@g.o>
29 President/CEO http://www.gentoo.org
30 Gentoo Technologies, Inc.

Replies

Subject Author
Re: [gentoo-dev] Customised Gentoo "system" Collins Richey <erichey2@××××.com>