public inbox for gentoo-doc-cvs@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-doc-cvs] cvs commit: hb-install-stage.xml hb-install-system.xml
@ 2006-11-01 21:40 Josh Saddler
  0 siblings, 0 replies; only message in thread
From: Josh Saddler @ 2006-11-01 21:40 UTC (permalink / raw
  To: gentoo-doc-cvs

nightmorph    06/11/01 21:40:28

  Modified:             hb-install-stage.xml hb-install-system.xml
  Log:
  further capitalization of arch keys, bug 153735

Revision  Changes    Path
1.104                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.104&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml?rev=1.104&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml?r1=1.103&r2=1.104

Index: hb-install-stage.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- hb-install-stage.xml	1 Nov 2006 21:30:05 -0000	1.103
+++ hb-install-stage.xml	1 Nov 2006 21:40:28 -0000	1.104
@@ -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.103 2006/11/01 21:30:05 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml,v 1.104 2006/11/01 21:40:28 nightmorph Exp $ -->
 
 <sections>
 
@@ -13,7 +13,7 @@
 describe how you extract the stage3 archive and configure Portage.
 </abstract>
 
-<version>7.3</version>
+<version>7.4</version>
 <date>2006-11-01</date>
 
 <section>
@@ -429,7 +429,7 @@
 several optimization flags, like in the following example:
 </p>
 
-<pre test="contains('alpha arm hppa ia64 mips ppc ppc64 sparc x86', func:keyval('arch'))" caption="Defining the CFLAGS and CXXFLAGS variable">
+<pre test="contains('Alpha arm HPPA IA64 MIPS PPC PPC64 SPARC x86', func:keyval('arch'))" caption="Defining the CFLAGS and CXXFLAGS variable">
 CFLAGS="-march=athlon-xp -pipe -O2"
 CXXFLAGS="${CFLAGS}"                  <comment># Use the same settings for both variables</comment>
 </pre>



1.102                xml/htdocs/doc/en/handbook/hb-install-system.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.102&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.102&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?r1=1.101&r2=1.102

Index: hb-install-system.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- hb-install-system.xml	28 Oct 2006 09:17:55 -0000	1.101
+++ hb-install-system.xml	1 Nov 2006 21:40:28 -0000	1.102
@@ -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-system.xml,v 1.101 2006/10/28 09:17:55 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.102 2006/11/01 21:40:28 nightmorph Exp $ -->
 
 <sections>
 
@@ -14,8 +14,8 @@
 to progress to that state.
 </abstract>
 
-<version>7.2</version>
-<date>2006-10-08</date>
+<version>7.4</version>
+<date>2006-11-01</date>
 
 <section>
 <title>Chrooting</title>
@@ -180,12 +180,16 @@
 Gentoo developers.
 </p>
 
-<p>
-Previously, such a profile was barely touched by the user. However, x86, hppa
-and alpha users can choose between two profiles, one for a 2.4 kernel and one
+<p test="contains('Alpha x86', func:keyval('arch'))">
+Previously, such a profile was barely touched by the user. However, <keyval
+id="arch"/> users can choose between two profiles, one for a 2.4 kernel and one
 for a 2.6 kernel. This requirement has been imposed to improve the integration
-of the 2.6 kernels. The ppc and ppc64 architectures have several profiles
-available as well. We will talk about those later.
+of the 2.6 kernels.
+</p>
+
+<p test="contains('AMD64 arm HPPA IA64 MIPS PPC PPC64 SPARC', func:keyval('arch'))">
+Previously, such a profile was untouched by the users. However, there may be
+certain situations in which you may decide a profile change is necessary.
 </p>
 
 <p>
@@ -198,9 +202,8 @@
 </pre>
 
 <p>
-If you are using one of the aforementioned three architectures, the default
-profile will provide you with a Linux 2.6-based system. This is the recommended
-default, but you have the option of choosing another profile too.
+The default profile will provide you with a Linux 2.6-based system. This is the
+recommended default, but you have the option of choosing another profile too.
 </p>
 
 <p>
@@ -224,7 +227,7 @@
 <p>
 The above example shows that the additional 2.4 profile exists (i.e. it didn't
 complain about missing file or directory). It is recommended that you stay with
-the default, but if you wish to switch, you can do so with as follows:
+the default, but if you wish to switch, you can do so as follows:
 </p>
 
 <pre caption="Switching to a 2.4 profile">
@@ -238,11 +241,11 @@
 -rw-r--r--  1 573 Dec  3  2004 virtuals
 </pre>
 
-<p>
+<p test="func:keyval('arch')='PPC'">
 For ppc, there are a number of new profiles provided with 2006.1:
 </p>
 
-<pre caption="PPC Profiles">
+<pre test="func:keyval('arch')='PPC'" caption="PPC Profiles">
 <comment>(Generic PPC profile, for all PPC machines, minimal)</comment>
 # <i>ln -snf /usr/portage/profiles/default-linux/ppc/ppc32/2006.1 /etc/make.profile</i>
 <comment>(G3 profile)</comment>
@@ -255,11 +258,11 @@
 # <i>ln -snf /usr/portage/profiles/default-linux/ppc/ppc32/2006.1/G4/Pegasos/ /etc/make.profile</i>
 </pre>
 
-<p>
+<p test="func:keyval('arch')='PPC64'">
 For ppc64, there are a number of new profiles provided with 2006.1:
 </p>
 
-<pre caption="PPC64 Profiles">
+<pre test="func:keyval('arch')='PPC64'" caption="PPC64 Profiles">
 <comment>(Generic 64bit userland PPC64 profile, for all PPC64 machines)</comment>
 # <i>ln -snf /usr/portage/profiles/default-linux/ppc/ppc64/2006.1/64bit-userland /etc/make.profile</i>
 <comment>(Generic 32bit userland PPC64 profile, for all PPC64 machines)</comment>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-11-01 21:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-01 21:40 [gentoo-doc-cvs] cvs commit: hb-install-stage.xml hb-install-system.xml Josh Saddler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox