Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-install-stage.xml
Date: Wed, 01 Nov 2006 21:30:27
Message-Id: 20061101213005.DEA5C64A3D@smtp.gentoo.org
1 nightmorph 06/11/01 21:30:05
2
3 Modified: hb-install-stage.xml
4 Log:
5 fixed hb-install-stage to capitalized AMD64 key id, bug 153735
6
7 Revision Changes Path
8 1.103 xml/htdocs/doc/en/handbook/hb-install-stage.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml?rev=1.103&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml?rev=1.103&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml?r1=1.102&r2=1.103
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.102
18 retrieving revision 1.103
19 diff -u -r1.102 -r1.103
20 --- hb-install-stage.xml 31 Oct 2006 23:18:07 -0000 1.102
21 +++ hb-install-stage.xml 1 Nov 2006 21:30:05 -0000 1.103
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.102 2006/10/31 23:18:07 nightmorph Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml,v 1.103 2006/11/01 21:30:05 nightmorph 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>7.2</version>
36 -<date>2006-10-31</date>
37 +<version>7.3</version>
38 +<date>2006-11-01</date>
39
40 <section>
41 <title>Installing a Stage Tarball</title>
42 @@ -187,7 +187,7 @@
43 <title>Extracting the Stage Tarball</title>
44 <body>
45
46 -<impo test="contains('amd64 x86', func:keyval('arch'))">
47 +<impo test="contains('AMD64 x86', func:keyval('arch'))">
48 If you are on <keyval id="arch"/> and using the Installer LiveCD, you will
49 <e>not</e> have stages on your CD. You will have to follow instructions for
50 <uri link="#doc_chap2">Using a Stage Tarball from the Internet</uri>.
51 @@ -434,7 +434,7 @@
52 CXXFLAGS="${CFLAGS}" <comment># Use the same settings for both variables</comment>
53 </pre>
54
55 -<pre test="func:keyval('arch')='amd64'" caption="Defining the CFLAGS and CXXFLAGS variable">
56 +<pre test="func:keyval('arch')='AMD64'" caption="Defining the CFLAGS and CXXFLAGS variable">
57 CFLAGS="-march=athlon-xp -pipe -O2" <comment># AMD64 users who want a native 64-bit system should use -march=athlon64</comment>
58 <comment># EM64T users should use -march=nocona</comment>
59 CXXFLAGS="${CFLAGS}" <comment># Use the same settings for both variables</comment>
60
61
62
63 --
64 gentoo-doc-cvs@g.o mailing list