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-tools.xml
Date: Sat, 30 Dec 2006 18:50:38
Message-Id: 20061230185025.DCD0764558@smtp.gentoo.org
1 nightmorph 06/12/30 18:50:25
2
3 Modified: hb-install-tools.xml
4 Log:
5 moved ibm raid subsection, also made it conditional for ppc and ppc64 arches. adjusted the nearby sections and subsections accordingly. bug 159479.
6
7 Revision Changes Path
8 1.2 xml/htdocs/doc/en/handbook/2006.1/hb-install-tools.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2006.1/hb-install-tools.xml?rev=1.2&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2006.1/hb-install-tools.xml?rev=1.2&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2006.1/hb-install-tools.xml?r1=1.1&r2=1.2
13
14 Index: hb-install-tools.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2006.1/hb-install-tools.xml,v
17 retrieving revision 1.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- hb-install-tools.xml 30 Aug 2006 20:17:31 -0000 1.1
21 +++ hb-install-tools.xml 30 Dec 2006 18:50:25 -0000 1.2
22 @@ -4,12 +4,12 @@
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/2006.1/hb-install-tools.xml,v 1.1 2006/08/30 20:17:31 nightmorph Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2006.1/hb-install-tools.xml,v 1.2 2006/12/30 18:50:25 nightmorph Exp $ -->
28
29 <sections>
30
31 -<version>7.0</version>
32 -<date>2006-08-30</date>
33 +<version>7.1</version>
34 +<date>2006-12-30</date>
35
36 <section>
37 <title>System Logger</title>
38 @@ -103,6 +103,7 @@
39 </section>
40 <section>
41 <title>File System Tools</title>
42 +<subsection>
43 <body>
44
45 <p>
46 @@ -154,17 +155,40 @@
47 later on.
48 </p>
49
50 +</body>
51 +</subsection>
52 +<subsection test="contains('PPC PPC64', func:keyval('arch'))">
53 +<title>Optional: RAID utilities for IBM hardware</title>
54 +<body>
55 +
56 <p>
57 -If you don't require any additional networking-related tools (such as rp-pppoe
58 -or a dhcp client) continue with <uri link="?part=1&amp;chap=10">Configuring the
59 -Bootloader</uri>.
60 +If you are using SCSI RAID on a POWER5-based system, you should consider
61 +installing the <c>iprutils</c> which will allow you to work with the RAID disk
62 +array, get status on the disks in the arrays, and update microcode among other
63 +functions.
64 </p>
65
66 +<pre caption="Installing iprutils">
67 +# <i>emerge iprutils</i>
68 +</pre>
69 +
70 </body>
71 +</subsection>
72 </section>
73 <section>
74 <title>Networking Tools</title>
75 <subsection>
76 +<body>
77 +
78 +<p>
79 +If you don't require any additional networking-related tools (such as rp-pppoe
80 +or a dhcp client) continue with <uri link="?part=1&amp;chap=10">Configuring the
81 +Bootloader</uri>.
82 +</p>
83 +
84 +</body>
85 +</subsection>
86 +<subsection>
87 <title>Optional: Installing a DHCP Client</title>
88 <body>
89
90 @@ -200,23 +224,6 @@
91 long time to compile).
92 </p>
93
94 -</body>
95 -</subsection>
96 -<subsection>
97 -<title>Optional: RAID utilities for IBM hardware</title>
98 -<body>
99 -
100 -<p>
101 -If you are using SCSI RAID on a POWER5-based system, you should consider
102 -installing the <c>iprutils</c> which will allow you to work with the RAID disk
103 -array, get status on the disks in the arrays, and update microcode among other
104 -functions.
105 -</p>
106 -
107 -<pre caption="Installing iprutils">
108 -# <i>emerge iprutils</i>
109 -</pre>
110 -
111 <p>
112 Now continue with <uri link="?part=1&amp;chap=10">Configuring the
113 Bootloader</uri>.
114
115
116
117 --
118 gentoo-doc-cvs@g.o mailing list