nightmorph 06/11/01 21:30:05 Modified: hb-install-stage.xml Log: fixed hb-install-stage to capitalized AMD64 key id, bug 153735
Revision Changes Path 1.103 xml/htdocs/doc/en/handbook/hb-install-stage.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml?rev=1.103&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml?rev=1.103&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml?r1=1.102&r2=1.103 Index: hb-install-stage.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml,v retrieving revision 1.102 retrieving revision 1.103 diff -u -r1.102 -r1.103 --- hb-install-stage.xml 31 Oct 2006 23:18:07 -0000 1.102 +++ hb-install-stage.xml 1 Nov 2006 21:30:05 -0000 1.103 @@ -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.102 2006/10/31 23:18:07 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml,v 1.103 2006/11/01 21:30:05 nightmorph Exp $ --> <sections> @@ -13,8 +13,8 @@ describe how you extract the stage3 archive and configure Portage. </abstract> -<version>7.2</version> -<date>2006-10-31</date> +<version>7.3</version> +<date>2006-11-01</date> <section> <title>Installing a Stage Tarball</title> @@ -187,7 +187,7 @@ <title>Extracting the Stage Tarball</title> <body> -<impo test="contains('amd64 x86', func:keyval('arch'))"> +<impo test="contains('AMD64 x86', func:keyval('arch'))"> If you are on <keyval id="arch"/> and using the Installer LiveCD, you will <e>not</e> have stages on your CD. You will have to follow instructions for <uri link="#doc_chap2">Using a Stage Tarball from the Internet</uri>. @@ -434,7 +434,7 @@ CXXFLAGS="${CFLAGS}" <comment># Use the same settings for both variables</comment> </pre> -<pre test="func:keyval('arch')='amd64'" caption="Defining the CFLAGS and CXXFLAGS variable"> +<pre test="func:keyval('arch')='AMD64'" caption="Defining the CFLAGS and CXXFLAGS variable"> CFLAGS="-march=athlon-xp -pipe -O2" <comment># AMD64 users who want a native 64-bit system should use -march=athlon64</comment> <comment># EM64T users should use -march=nocona</comment> CXXFLAGS="${CFLAGS}" <comment># Use the same settings for both variables</comment> -- [email protected] mailing list
