Gentoo Archives: gentoo-catalyst

From: "Rick \\\"Zero_Chaos\\\" Farina" <zerochaos@g.o>
To: gentoo-catalyst@l.g.o
Subject: Re: [gentoo-catalyst] [PATCH v3] doc/HOWTO.txt: Fix stage descriptions
Date: Fri, 20 Dec 2013 04:25:31
Message-Id: 52B3C730.5010000@gentoo.org
In Reply to: [gentoo-catalyst] [PATCH v3] doc/HOWTO.txt: Fix stage descriptions by "W. Trevor King"
1 -----BEGIN PGP SIGNED MESSAGE-----
2 Hash: SHA1
3
4 On 12/19/2013 11:17 PM, W. Trevor King wrote:
5 > From: "W. Trevor King" <wking@×××××××.us>
6 >
7 > Thanks to Zero_Chaos and dwfreed for clarification on #gentoo-releng.
8 > ---
9 > Changes from v2:
10 > * Don't mention "Portage" in stage1 → stage2 to avoid confusion
11 > between Porage-the-software and Portage-the-ebuild-tree.
12 >
13 > doc/HOWTO.txt | 13 ++++++++-----
14 > 1 file changed, 8 insertions(+), 5 deletions(-)
15 >
16 > diff --git a/doc/HOWTO.txt b/doc/HOWTO.txt
17 > index 5717f80..20427cf 100644
18 > --- a/doc/HOWTO.txt
19 > +++ b/doc/HOWTO.txt
20 > @@ -136,11 +136,14 @@ compiled toolchain, which is where Gentoo's stages come in. The “base
21 > system” contains the necessary build tools and supporting
22 > infrastructure to get things going. The stages are:
23 >
24 > -1. System must be bootstrapped and the base system must be compiled
25 > - (a new toolchain built with external seed tools).
26 > -2. Stage1 + bootstrapped (a new toolchain build with stage1 tools).
27 > -3. Stage2 + base system compiled (the base system built with stage2 tools).
28 > -4. Stage3 + non-base packages.
29 > +[options="header",frame="topbot",grid="none"]
30 > +|=======================================================================================
31 > +| Source | Action | Result
32 > +| seed stage3 | Bootstrap a profile's `packages.build` toolchain | stage1
33 > +| stage1 | Rebuild the toolchain with the package tree's `bootstrap.sh` | stage2
34 > +| stage2 | Compile the base `@system` packages | stage3
35 > +| stage3 | Compile additional `@world` packages | stage4
36 > +|=======================================================================================
37 >
38 > For more details on the differences between the stages, look at the
39 > target helper scripts (e.g. `targets/stage1/*.sh`).
40 >
41 ACK. jmbsvicetto, can we still commit docs changes?
42
43 - -Zero
44 -----BEGIN PGP SIGNATURE-----
45 Version: GnuPG v2.0.22 (GNU/Linux)
46 Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/
47
48 iQIcBAEBAgAGBQJSs8cwAAoJEKXdFCfdEflKRKkP/j6zTfJqsF+ib0gdFREnCtuL
49 fYvfCIS1tlSnNVlTBzjTk+z8PbGaS0x/lKnNtsfnzp1Mh0nYSLrMORP+AC3szog9
50 4SXX0wnisTH/tSifdm4I2PcGFsoVAJkscIVU0B9TXk9mmaXi4iEh6qH6AVi1sDFf
51 AbWlcVZK4/fsXmfmMXJ3gCglAddqB1Hwo+q2HfUMPSHZykFBIPov8jaF+XwkrY3K
52 i/WrWvPmg1R3KoOW/yDmOKq2si259j6R1tKEgKofBtB3MeNn/o4lpwc+mIn3HwwS
53 xfdkX0n93bAjP0AKAtxShNL0SRJF4wq/efNfZ86CfjL8hAZkxOrKRF75FIHH+zcg
54 WgYaTrWO5BaCy6X3PJzYGNU0fHU6zMSUUksl3PWxtMsOheC/uNklK0GsWhxsJ+Ob
55 ofaIByZO9avRBPvOtEvARjqWsBnAifL9QXCGQKSdxA9MO6fXM/SNaMkBSbd4FV8v
56 8LCUgNoiYQVQk1wZBMdCrqbS2NwjB95d9bolE5JBDDEn4hbAYYYdfJKsVPNPcB5k
57 GxOBzn0a47JE4yMRzAN41YvN2KAUOZjRW1rZIYidojwfMdW+E4qRCoGGYLghsnUd
58 xsTlloHOa/hoNqP1/pIuQYmSEUepYrrkhGTpBAs3arulq69VBr2yHYuepyn8rqTv
59 H5bHCEuPGCJKn+KWhDI0
60 =S8L7
61 -----END PGP SIGNATURE-----

Replies

Subject Author
Re: [gentoo-catalyst] [PATCH v3] doc/HOWTO.txt: Fix stage descriptions "Jorge Manuel B. S. Vicetto" <jmbsvicetto@g.o>