From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 10CB3138247 for ; Thu, 19 Dec 2013 23:49:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90129E09CD; Thu, 19 Dec 2013 23:49:01 +0000 (UTC) Received: from qmta08.westchester.pa.mail.comcast.net (qmta08.westchester.pa.mail.comcast.net [76.96.62.80]) by pigeon.gentoo.org (Postfix) with ESMTP id 0DB6EE09CD for ; Thu, 19 Dec 2013 23:49:00 +0000 (UTC) Received: from omta15.westchester.pa.mail.comcast.net ([76.96.62.87]) by qmta08.westchester.pa.mail.comcast.net with comcast id 3bXZ1n0011swQuc58bp0hR; Thu, 19 Dec 2013 23:49:00 +0000 Received: from odin.tremily.us ([24.18.63.50]) by omta15.westchester.pa.mail.comcast.net with comcast id 3boz1n00K152l3L3bbozq3; Thu, 19 Dec 2013 23:49:00 +0000 Received: by odin.tremily.us (Postfix, from userid 1000) id D6002D9AE80; Thu, 19 Dec 2013 15:48:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tremily.us; s=odin; t=1387496938; bh=wbOAPF0ukiQh8FK59sVuSBJqiSRmUsQZHUtqNXPW2a4=; h=From:To:Cc:Subject:Date; b=SwtI1+02z0wRYwpIQQggAqeGAfyh0QY5ceQrXKmWtunlUMLDJ/R1d8zUnTHR+H8ip ZnIAfVz84n47DJee6/6C1bTbS/X8mWiLsa2+/9UtKzxGh0gSDPCxLTny9HmguBCMs0 /otAPiuuON3KEcMulH5DhtQ4iuzrTR6dS12KRvXs= From: "W. Trevor King" To: Catalyst Cc: "W. Trevor King" Subject: [gentoo-catalyst] [PATCH] doc/HOWTO.txt: Fix stage descriptions Date: Thu, 19 Dec 2013 15:48:54 -0800 Message-Id: <2ac8f8d2f1d4b027766a2e3b3111f19dd68bbaf7.1387497051.git.wking@tremily.us> X-Mailer: git-send-email 1.8.3.2 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-catalyst@lists.gentoo.org Reply-to: gentoo-catalyst@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20121106; t=1387496940; bh=5AyLoFRmrsXzVOsB3Mkh2Gd4dhwlFDqiWltGhENaNS4=; h=Received:Received:Received:From:To:Subject:Date:Message-Id: MIME-Version:Content-Type; b=NEpzzWVf5yxnWSTC1VPw3xMEUb7sJ4QEQNn61MgOrGDt8YW6bdZw6fymkqsqFJSEA kj7frK3cgRJ+Z2uFaaOewbEqYaqsMP59SSTmWT6rttoNIKh4Dw2nKY4KAk6dX89auo vwtB/HsB3kVYp6fehf1TmRKmQfeTUhbD40IbUA7RAt41Lw0W1C1UK2VbCTkpy13jMw eb+Gk6zKdPotTciNaovBv3gL8r95/IIJf2wFmqyAUKBRApujs1cSK0k3cR+G7Z/wpX 3uwjvizkPuHFAPnr4xu0Xn14NPUWVMaNLmKF4MoDooLuarP+GrF97CuIkCnIPnKDDb 3y71FPPydqSvg== X-Archives-Salt: 1585bec6-6e47-420c-ae53-fe976df075b0 X-Archives-Hash: 199fc9ad1d05400c94148fca4035d7dc From: "W. Trevor King" Thanks to Zero_Chaos for clarification on #gentoo-releng. --- doc/HOWTO.txt | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/doc/HOWTO.txt b/doc/HOWTO.txt index 5717f80..90593d7 100644 --- a/doc/HOWTO.txt +++ b/doc/HOWTO.txt @@ -137,10 +137,12 @@ system” contains the necessary build tools and supporting infrastructure to get things going. The stages are: 1. System must be bootstrapped and the base system must be compiled - (a new toolchain built with external seed tools). -2. Stage1 + bootstrapped (a new toolchain build with stage1 tools). -3. Stage2 + base system compiled (the base system built with stage2 tools). -4. Stage3 + non-base packages. + (a profile's `packages.build` toolchain built with external seed + tools). +2. Stage1 + bootstrapped Portage (`/usr/portage/scripts/bootstrap.sh`). +3. Stage2 + base system compiled (the base `@system` built with stage2 + tools). +4. Stage3 + non-base packages (`@world`). For more details on the differences between the stages, look at the target helper scripts (e.g. `targets/stage1/*.sh`). -- 1.8.4