Gentoo Archives: gentoo-doc-cvs

From: Joshua Saddler <nightmorph@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-install-stage.xml
Date: Wed, 07 May 2008 01:43:15
Message-Id: E1JtYga-0001m8-LB@stork.gentoo.org
1 nightmorph 08/05/07 01:43:12
2
3 Modified: hb-install-stage.xml
4 Log:
5 updated ppc tarball location on the livecd, bug 220697
6
7 Revision Changes Path
8 1.4 xml/htdocs/doc/en/handbook/2008.0/hb-install-stage.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-stage.xml?rev=1.4&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-stage.xml?rev=1.4&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-stage.xml?r1=1.3&r2=1.4
13
14 Index: hb-install-stage.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-stage.xml,v
17 retrieving revision 1.3
18 retrieving revision 1.4
19 diff -u -r1.3 -r1.4
20 --- hb-install-stage.xml 31 Mar 2008 21:48:08 -0000 1.3
21 +++ hb-install-stage.xml 7 May 2008 01:43:12 -0000 1.4
22 @@ -4,12 +4,12 @@
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/2008.0/hb-install-stage.xml,v 1.3 2008/03/31 21:48:08 nightmorph Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-stage.xml,v 1.4 2008/05/07 01:43:12 nightmorph Exp $ -->
28
29 <sections>
30
31 -<version>9.0</version>
32 -<date>2008-04-01</date>
33 +<version>9.1</version>
34 +<date>2008-05-06</date>
35
36 <section>
37 <title>Installing a Stage Tarball</title>
38 @@ -92,10 +92,15 @@
39 stage.
40 </p>
41
42 -<pre caption="Extracting the stage tarball">
43 +<pre caption="Extracting the stage tarball" test="not(func:keyval('arch')='PPC64') or not(func:keyval('arch')='PPC')">
44 # <i>tar xvjpf /mnt/cdrom/stages/<keyval id="stage3"/></i>
45 </pre>
46
47 +<pre caption="Extracting the stage tarball" test="func:keyval('arch')='PPC64' or func:keyval('arch')='PPC'">
48 +# <i>tar xvjpf /mnt/cdrom/stages/ppc&lt;32 or 64&gt;/<keyval id="stage3"/></i>
49 +</pre>
50 +
51 +
52 <p>
53 Now that the stage is installed, continue with <uri
54 link="#installing_portage">Installing Portage</uri>.
55
56
57
58 --
59 gentoo-doc-cvs@l.g.o mailing list