nightmorph 07/03/31 06:22:25 Modified: hb-install-stage.xml hb-install-config.xml Log: no amd64 or x86 conditionals to worry about, as they don't use these chapters
Revision Changes Path 1.7 xml/htdocs/doc/en/handbook/2007.0/hb-install-stage.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-stage.xml?rev=1.7&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-stage.xml?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-stage.xml?r1=1.6&r2=1.7 Index: hb-install-stage.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-stage.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- hb-install-stage.xml 31 Mar 2007 04:36:53 -0000 1.6 +++ hb-install-stage.xml 31 Mar 2007 06:22:25 -0000 1.7 @@ -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/2007.0/hb-install-stage.xml,v 1.6 2007/03/31 04:36:53 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-stage.xml,v 1.7 2007/03/31 06:22:25 nightmorph Exp $ --> <sections> @@ -308,18 +308,12 @@ you unpacked should be good enough. The following example is just an example: </p> -<pre test="not(func:keyval('arch')='AMD64')" caption="Defining the CFLAGS and CXXFLAGS variable"> +<pre caption="Defining the CFLAGS and CXXFLAGS variable"> CFLAGS="<keyval id="CFLAGS"/>" <comment># Use the same settings for both variables</comment> CXXFLAGS="${CFLAGS}" </pre> -<pre test="func:keyval('arch')='AMD64'" caption="Defining the CFLAGS and CXXFLAGS variable"> -CFLAGS="<keyval id="CFLAGS"/>" <comment># EM64T users should use -march=nocona</comment> -<comment># Use the same settings for both variables</comment> -CXXFLAGS="${CFLAGS}" -</pre> - </body> </subsection> <subsection> 1.4 xml/htdocs/doc/en/handbook/2007.0/hb-install-config.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-config.xml?rev=1.4&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-config.xml?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-config.xml?r1=1.3&r2=1.4 Index: hb-install-config.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-config.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- hb-install-config.xml 31 Mar 2007 04:36:53 -0000 1.3 +++ hb-install-config.xml 31 Mar 2007 06:22:25 -0000 1.4 @@ -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/2007.0/hb-install-config.xml,v 1.3 2007/03/31 04:36:53 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-config.xml,v 1.4 2007/03/31 06:22:25 nightmorph Exp $ --> <sections> @@ -128,17 +128,6 @@ Now use the <e>example</e> below to create your <path>/etc/fstab</path>: </p> -<pre caption="A full /etc/fstab example" test="func:keyval('arch')='AMD64' or func:keyval('arch')='x86'"> -<keyval id="/boot"/> /boot ext2 defaults,noatime 1 2 -/dev/hda2 none swap sw 0 0 -/dev/hda3 / ext3 noatime 0 1 - -proc /proc proc nodev,nosuid,noexec 0 0 -shm /dev/shm tmpfs nodev,nosuid,noexec 0 0 - -/dev/cdrom /mnt/cdrom auto noauto,user 0 0 -</pre> - <pre caption="A full /etc/fstab example" test="func:keyval('arch')='HPPA'"> <keyval id="/boot"/> /boot ext2 defaults,noatime 1 2 /dev/sda3 none swap sw 0 0 @@ -436,7 +425,7 @@ </body> </subsection> -<subsection test="func:keyval('arch')='AMD64' or func:keyval('arch')='x86' or substring(func:keyval('arch'),1,3)='PPC'"> +<subsection test="substring(func:keyval('arch'),1,3)='PPC'"> <title>Optional: Get PCMCIA Working</title> <body> -- [email protected] mailing list
