swift 12/12/08 18:42:05 Modified: hb-install-stage.xml Log: Remove reference to Universal CD
Revision Changes Path 1.127 xml/htdocs/doc/en/handbook/hb-install-stage.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml?rev=1.127&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml?rev=1.127&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml?r1=1.126&r2=1.127 Index: hb-install-stage.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml,v retrieving revision 1.126 retrieving revision 1.127 diff -u -r1.126 -r1.127 --- hb-install-stage.xml 31 Oct 2012 18:55:27 -0000 1.126 +++ hb-install-stage.xml 8 Dec 2012 18:42:05 -0000 1.127 @@ -4,7 +4,7 @@ <!-- The content of this document is licensed under the CC-BY-SA license --> <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml,v 1.126 2012/10/31 18:55:27 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml,v 1.127 2012/12/08 18:42:05 swift Exp $ --> <sections> @@ -13,8 +13,8 @@ describe how you extract the stage3 archive and configure Portage. </abstract> -<version>14</version> -<date>2012-10-31</date> +<version>15</version> +<date>2012-12-08</date> <section> <title>Installing a Stage Tarball</title> @@ -56,28 +56,16 @@ <p> The next step you need to perform is to install the <e>stage3</e> tarball onto -your system. You have the option of downloading the required tarball from the -Internet or, if you booted one of the Gentoo Universal CDs, copy it over from -the disc itself. In most cases, the command <c>uname -m</c> can be used to help -you decide which stage file to download. +your system. The command <c>uname -m</c> can be used to help you decide which +stage file to download as it provides information on the architecture of your +system. </p> -<p> -Minimal CDs and LiveDVDs do not contain any stage3 archive. -</p> - -<ul test="not(contains('AMD64 x86', func:keyval('arch')))"> -<li><uri link="#doc_chap2">Default: Using a Stage from the Internet</uri></li> -<li> - <uri link="#doc_chap3">Alternative: Using a Stage from the Universal CD</uri> -</li> -</ul> - </body> </subsection> </section> <section> -<title>Default: Using a Stage from the Internet</title> +<title>Using a Stage from the Internet</title> <subsection> <title>Downloading the Stage Tarball</title> <body> @@ -141,7 +129,8 @@ <p> Make sure you download a <b>stage3</b> tarball - installations using a stage1 -or stage2 tarball are not supported anymore. +or stage2 tarball are not supported anymore (and in most cases, you will not +find stage1 or stage2 tarballs on our regular download mirrors anyway). </p> <p> @@ -206,6 +195,13 @@ </body> </subsection> </section> +<!-- + +I do not notice any Universal CDs for other architectures anyhow +TODO Remove this section +ETA 2012-12-22 +~ SwifT + <section test="not(contains('AMD64 x86', func:keyval('arch')))"> <title>Alternative: Using a Stage from the Universal CD</title> <subsection> @@ -261,6 +257,7 @@ </body> </subsection> </section> +--> <section id="installing_portage"> <title>Installing Portage</title> <subsection>
