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: Wed, 02 Jan 2013 19:32:12
Message-Id: 20130102190651.A3A032171D@flycatcher.gentoo.org
1 swift 13/01/02 19:06:51
2
3 Modified: hb-install-stage.xml
4 Log:
5 Remove commented out section
6
7 Revision Changes Path
8 1.132 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.132&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml?rev=1.132&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml?r1=1.131&r2=1.132
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.131
18 retrieving revision 1.132
19 diff -u -r1.131 -r1.132
20 --- hb-install-stage.xml 9 Dec 2012 15:33:17 -0000 1.131
21 +++ hb-install-stage.xml 2 Jan 2013 19:06:51 -0000 1.132
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.131 2012/12/09 15:33:17 swift Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml,v 1.132 2013/01/02 19:06:51 swift Exp $ -->
28
29 <sections>
30
31 @@ -195,69 +195,6 @@
32 </body>
33 </subsection>
34 </section>
35 -<!--
36 -
37 -I do not notice any Universal CDs for other architectures anyhow
38 -TODO Remove this section
39 -ETA 2012-12-22
40 -~ SwifT
41 -
42 -<section test="not(contains('AMD64 x86', func:keyval('arch')))">
43 -<title>Alternative: Using a Stage from the Universal CD</title>
44 -<subsection>
45 -<title>Extracting the Stage Tarball</title>
46 -<body>
47 -
48 -<p>
49 -The stages on the CD reside in the <path>/mnt/cdrom/stages</path> directory. To
50 -see a listing of available stages, use <c>ls</c>:
51 -</p>
52 -
53 -<pre caption="List all available stages">
54 -# <i>ls /mnt/cdrom/stages</i>
55 -</pre>
56 -
57 -<p>
58 -If the system replies with an error, you may need to mount the CD-ROM first:
59 -</p>
60 -
61 -<pre caption="Mounting the CD-ROM">
62 -# <i>ls /mnt/cdrom/stages</i>
63 -ls: /mnt/cdrom/stages: No such file or directory
64 -# <i>mount /dev/cdroms/cdrom0 /mnt/cdrom</i>
65 -# <i>ls /mnt/cdrom/stages</i>
66 -</pre>
67 -
68 -<p>
69 -Now go into your Gentoo mountpoint (usually <path>/mnt/gentoo</path>):
70 -</p>
71 -
72 -<pre caption="Changing directory to /mnt/gentoo">
73 -# <i>cd /mnt/gentoo</i>
74 -</pre>
75 -
76 -<p>
77 -We will now extract the stage tarball of your choice. We will do this with
78 -<c>tar</c>. Make sure you use the same options (<c>xvjpf</c>). The <c>v</c>
79 -argument is optional and not supported in some <c>tar</c> versions. In the next
80 -example, we extract the stage tarball
81 -<path>stage3-&lt;subarch&gt;-&lt;release&gt;.tar.bz2</path>. Be sure to
82 -substitute the tarball filename with your stage.
83 -</p>
84 -
85 -<pre caption="Extracting the stage tarball">
86 -# <i>tar xvjpf /mnt/cdrom/stages/stage3-&lt;subarch&gt;-&lt;release&gt;.tar.bz2</i>
87 -</pre>
88 -
89 -<p>
90 -Now that the stage is installed, continue with <uri
91 -link="#installing_portage">Installing Portage</uri>.
92 -</p>
93 -
94 -</body>
95 -</subsection>
96 -</section>
97 --->
98
99 <section id="compile_options">
100 <title>Configuring the Compile Options</title>