Gentoo Archives: gentoo-catalyst

From: "W. Trevor King" <wking@×××××××.us>
To: Catalyst <gentoo-catalyst@l.g.o>
Cc: "W. Trevor King" <wking@×××××××.us>
Subject: [gentoo-catalyst] [PATCH v2] doc/HOWTO.txt: Fix stage descriptions
Date: Fri, 20 Dec 2013 03:13:47
Message-Id: 949fa958e75793892ed08e1cd75c805f25861ab4.1387509300.git.wking@tremily.us
In Reply to: Re: [gentoo-catalyst] [PATCH] doc/HOWTO.txt: Fix stage descriptions by "Rick \\\"Zero_Chaos\\\" Farina"
1 From: "W. Trevor King" <wking@×××××××.us>
2
3 Thanks to Zero_Chaos and dwfreed for clarification on #gentoo-releng.
4 ---
5 doc/HOWTO.txt | 13 ++++++++-----
6 1 file changed, 8 insertions(+), 5 deletions(-)
7
8 diff --git a/doc/HOWTO.txt b/doc/HOWTO.txt
9 index 5717f80..6b0fdf2 100644
10 --- a/doc/HOWTO.txt
11 +++ b/doc/HOWTO.txt
12 @@ -136,11 +136,14 @@ compiled toolchain, which is where Gentoo's stages come in. The “base
13 system” contains the necessary build tools and supporting
14 infrastructure to get things going. The stages are:
15
16 -1. System must be bootstrapped and the base system must be compiled
17 - (a new toolchain built with external seed tools).
18 -2. Stage1 + bootstrapped (a new toolchain build with stage1 tools).
19 -3. Stage2 + base system compiled (the base system built with stage2 tools).
20 -4. Stage3 + non-base packages.
21 +[options="header",frame="topbot",grid="none"]
22 +|============================================================================
23 +| Source | Action | Result
24 +| seed stage3 | Bootstrap a profile's `packages.build` toolchain | stage1
25 +| stage1 | Bootstrap Portage with Portage's `bootstrap.sh` | stage2
26 +| stage2 | Compile the base `@system` packages | stage3
27 +| stage3 | Compile additional `@world` packages | stage4
28 +|============================================================================
29
30 For more details on the differences between the stages, look at the
31 target helper scripts (e.g. `targets/stage1/*.sh`).
32 --
33 1.8.4

Replies

Subject Author
[gentoo-catalyst] [PATCH v3] doc/HOWTO.txt: Fix stage descriptions "W. Trevor King" <wking@×××××××.us>