Gentoo Archives: gentoo-doc-cvs

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-stage.xml
Date: Sat, 08 Dec 2012 21:02:35
Message-Id: 20121208184205.EF3832171D@flycatcher.gentoo.org
1 swift 12/12/08 18:42:05
2
3 Modified: hb-install-stage.xml
4 Log:
5 Remove reference to Universal CD
6
7 Revision Changes Path
8 1.127 xml/htdocs/doc/en/handbook/hb-install-stage.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml?rev=1.127&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml?rev=1.127&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml?r1=1.126&r2=1.127
13
14 Index: hb-install-stage.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml,v
17 retrieving revision 1.126
18 retrieving revision 1.127
19 diff -u -r1.126 -r1.127
20 --- hb-install-stage.xml 31 Oct 2012 18:55:27 -0000 1.126
21 +++ hb-install-stage.xml 8 Dec 2012 18:42:05 -0000 1.127
22 @@ -4,7 +4,7 @@
23 <!-- The content of this document is licensed under the CC-BY-SA license -->
24 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml,v 1.126 2012/10/31 18:55:27 swift Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml,v 1.127 2012/12/08 18:42:05 swift Exp $ -->
28
29 <sections>
30
31 @@ -13,8 +13,8 @@
32 describe how you extract the stage3 archive and configure Portage.
33 </abstract>
34
35 -<version>14</version>
36 -<date>2012-10-31</date>
37 +<version>15</version>
38 +<date>2012-12-08</date>
39
40 <section>
41 <title>Installing a Stage Tarball</title>
42 @@ -56,28 +56,16 @@
43
44 <p>
45 The next step you need to perform is to install the <e>stage3</e> tarball onto
46 -your system. You have the option of downloading the required tarball from the
47 -Internet or, if you booted one of the Gentoo Universal CDs, copy it over from
48 -the disc itself. In most cases, the command <c>uname -m</c> can be used to help
49 -you decide which stage file to download.
50 +your system. The command <c>uname -m</c> can be used to help you decide which
51 +stage file to download as it provides information on the architecture of your
52 +system.
53 </p>
54
55 -<p>
56 -Minimal CDs and LiveDVDs do not contain any stage3 archive.
57 -</p>
58 -
59 -<ul test="not(contains('AMD64 x86', func:keyval('arch')))">
60 -<li><uri link="#doc_chap2">Default: Using a Stage from the Internet</uri></li>
61 -<li>
62 - <uri link="#doc_chap3">Alternative: Using a Stage from the Universal CD</uri>
63 -</li>
64 -</ul>
65 -
66 </body>
67 </subsection>
68 </section>
69 <section>
70 -<title>Default: Using a Stage from the Internet</title>
71 +<title>Using a Stage from the Internet</title>
72 <subsection>
73 <title>Downloading the Stage Tarball</title>
74 <body>
75 @@ -141,7 +129,8 @@
76
77 <p>
78 Make sure you download a <b>stage3</b> tarball - installations using a stage1
79 -or stage2 tarball are not supported anymore.
80 +or stage2 tarball are not supported anymore (and in most cases, you will not
81 +find stage1 or stage2 tarballs on our regular download mirrors anyway).
82 </p>
83
84 <p>
85 @@ -206,6 +195,13 @@
86 </body>
87 </subsection>
88 </section>
89 +<!--
90 +
91 +I do not notice any Universal CDs for other architectures anyhow
92 +TODO Remove this section
93 +ETA 2012-12-22
94 +~ SwifT
95 +
96 <section test="not(contains('AMD64 x86', func:keyval('arch')))">
97 <title>Alternative: Using a Stage from the Universal CD</title>
98 <subsection>
99 @@ -261,6 +257,7 @@
100 </body>
101 </subsection>
102 </section>
103 +-->
104 <section id="installing_portage">
105 <title>Installing Portage</title>
106 <subsection>