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 hb-install-config.xml
Date: Sat, 31 Mar 2007 06:22:37
Message-Id: E1HXWyn-0001Eh-ID@stork.gentoo.org
1 nightmorph 07/03/31 06:22:25
2
3 Modified: hb-install-stage.xml hb-install-config.xml
4 Log:
5 no amd64 or x86 conditionals to worry about, as they don't use these chapters
6
7 Revision Changes Path
8 1.7 xml/htdocs/doc/en/handbook/2007.0/hb-install-stage.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-stage.xml?rev=1.7&view=markup
11 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
12 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
13
14 Index: hb-install-stage.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-stage.xml,v
17 retrieving revision 1.6
18 retrieving revision 1.7
19 diff -u -r1.6 -r1.7
20 --- hb-install-stage.xml 31 Mar 2007 04:36:53 -0000 1.6
21 +++ hb-install-stage.xml 31 Mar 2007 06:22:25 -0000 1.7
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/2007.0/hb-install-stage.xml,v 1.6 2007/03/31 04:36:53 nightmorph Exp $ -->
27 +<!-- $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 $ -->
28
29 <sections>
30
31 @@ -308,18 +308,12 @@
32 you unpacked should be good enough. The following example is just an example:
33 </p>
34
35 -<pre test="not(func:keyval('arch')='AMD64')" caption="Defining the CFLAGS and CXXFLAGS variable">
36 +<pre caption="Defining the CFLAGS and CXXFLAGS variable">
37 CFLAGS="<keyval id="CFLAGS"/>"
38 <comment># Use the same settings for both variables</comment>
39 CXXFLAGS="${CFLAGS}"
40 </pre>
41
42 -<pre test="func:keyval('arch')='AMD64'" caption="Defining the CFLAGS and CXXFLAGS variable">
43 -CFLAGS="<keyval id="CFLAGS"/>" <comment># EM64T users should use -march=nocona</comment>
44 -<comment># Use the same settings for both variables</comment>
45 -CXXFLAGS="${CFLAGS}"
46 -</pre>
47 -
48 </body>
49 </subsection>
50 <subsection>
51
52
53
54 1.4 xml/htdocs/doc/en/handbook/2007.0/hb-install-config.xml
55
56 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-config.xml?rev=1.4&view=markup
57 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
58 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
59
60 Index: hb-install-config.xml
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-config.xml,v
63 retrieving revision 1.3
64 retrieving revision 1.4
65 diff -u -r1.3 -r1.4
66 --- hb-install-config.xml 31 Mar 2007 04:36:53 -0000 1.3
67 +++ hb-install-config.xml 31 Mar 2007 06:22:25 -0000 1.4
68 @@ -4,7 +4,7 @@
69 <!-- The content of this document is licensed under the CC-BY-SA license -->
70 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
71
72 -<!-- $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 $ -->
73 +<!-- $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 $ -->
74
75 <sections>
76
77 @@ -128,17 +128,6 @@
78 Now use the <e>example</e> below to create your <path>/etc/fstab</path>:
79 </p>
80
81 -<pre caption="A full /etc/fstab example" test="func:keyval('arch')='AMD64' or func:keyval('arch')='x86'">
82 -<keyval id="/boot"/> /boot ext2 defaults,noatime 1 2
83 -/dev/hda2 none swap sw 0 0
84 -/dev/hda3 / ext3 noatime 0 1
85 -
86 -proc /proc proc nodev,nosuid,noexec 0 0
87 -shm /dev/shm tmpfs nodev,nosuid,noexec 0 0
88 -
89 -/dev/cdrom /mnt/cdrom auto noauto,user 0 0
90 -</pre>
91 -
92 <pre caption="A full /etc/fstab example" test="func:keyval('arch')='HPPA'">
93 <keyval id="/boot"/> /boot ext2 defaults,noatime 1 2
94 /dev/sda3 none swap sw 0 0
95 @@ -436,7 +425,7 @@
96
97 </body>
98 </subsection>
99 -<subsection test="func:keyval('arch')='AMD64' or func:keyval('arch')='x86' or substring(func:keyval('arch'),1,3)='PPC'">
100 +<subsection test="substring(func:keyval('arch'),1,3)='PPC'">
101 <title>Optional: Get PCMCIA Working</title>
102 <body>
103
104
105
106
107 --
108 gentoo-doc-cvs@g.o mailing list