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] doc/HOWTO.txt: Fix stage descriptions
Date: Thu, 19 Dec 2013 23:49:02
Message-Id: 2ac8f8d2f1d4b027766a2e3b3111f19dd68bbaf7.1387497051.git.wking@tremily.us
1 From: "W. Trevor King" <wking@×××××××.us>
2
3 Thanks to Zero_Chaos for clarification on #gentoo-releng.
4 ---
5 doc/HOWTO.txt | 10 ++++++----
6 1 file changed, 6 insertions(+), 4 deletions(-)
7
8 diff --git a/doc/HOWTO.txt b/doc/HOWTO.txt
9 index 5717f80..90593d7 100644
10 --- a/doc/HOWTO.txt
11 +++ b/doc/HOWTO.txt
12 @@ -137,10 +137,12 @@ system” contains the necessary build tools and supporting
13 infrastructure to get things going. The stages are:
14
15 1. System must be bootstrapped and the base system must be compiled
16 - (a new toolchain built with external seed tools).
17 -2. Stage1 + bootstrapped (a new toolchain build with stage1 tools).
18 -3. Stage2 + base system compiled (the base system built with stage2 tools).
19 -4. Stage3 + non-base packages.
20 + (a profile's `packages.build` toolchain built with external seed
21 + tools).
22 +2. Stage1 + bootstrapped Portage (`/usr/portage/scripts/bootstrap.sh`).
23 +3. Stage2 + base system compiled (the base `@system` built with stage2
24 + tools).
25 +4. Stage3 + non-base packages (`@world`).
26
27 For more details on the differences between the stages, look at the
28 target helper scripts (e.g. `targets/stage1/*.sh`).
29 --
30 1.8.4

Replies

Subject Author
Re: [gentoo-catalyst] [PATCH] doc/HOWTO.txt: Fix stage descriptions "Rick \\\"Zero_Chaos\\\" Farina" <zerochaos@g.o>