swift 13/01/02 19:06:51 Modified: hb-install-stage.xml Log: Remove commented out section
Revision Changes Path 1.132 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.132&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml?rev=1.132&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml?r1=1.131&r2=1.132 Index: hb-install-stage.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml,v retrieving revision 1.131 retrieving revision 1.132 diff -u -r1.131 -r1.132 --- hb-install-stage.xml 9 Dec 2012 15:33:17 -0000 1.131 +++ hb-install-stage.xml 2 Jan 2013 19:06:51 -0000 1.132 @@ -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.131 2012/12/09 15:33:17 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml,v 1.132 2013/01/02 19:06:51 swift Exp $ --> <sections> @@ -195,69 +195,6 @@ </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> -<title>Extracting the Stage Tarball</title> -<body> - -<p> -The stages on the CD reside in the <path>/mnt/cdrom/stages</path> directory. To -see a listing of available stages, use <c>ls</c>: -</p> - -<pre caption="List all available stages"> -# <i>ls /mnt/cdrom/stages</i> -</pre> - -<p> -If the system replies with an error, you may need to mount the CD-ROM first: -</p> - -<pre caption="Mounting the CD-ROM"> -# <i>ls /mnt/cdrom/stages</i> -ls: /mnt/cdrom/stages: No such file or directory -# <i>mount /dev/cdroms/cdrom0 /mnt/cdrom</i> -# <i>ls /mnt/cdrom/stages</i> -</pre> - -<p> -Now go into your Gentoo mountpoint (usually <path>/mnt/gentoo</path>): -</p> - -<pre caption="Changing directory to /mnt/gentoo"> -# <i>cd /mnt/gentoo</i> -</pre> - -<p> -We will now extract the stage tarball of your choice. We will do this with -<c>tar</c>. Make sure you use the same options (<c>xvjpf</c>). The <c>v</c> -argument is optional and not supported in some <c>tar</c> versions. In the next -example, we extract the stage tarball -<path>stage3-<subarch>-<release>.tar.bz2</path>. Be sure to -substitute the tarball filename with your stage. -</p> - -<pre caption="Extracting the stage tarball"> -# <i>tar xvjpf /mnt/cdrom/stages/stage3-<subarch>-<release>.tar.bz2</i> -</pre> - -<p> -Now that the stage is installed, continue with <uri -link="#installing_portage">Installing Portage</uri>. -</p> - -</body> -</subsection> -</section> ---> <section id="compile_options"> <title>Configuring the Compile Options</title>
