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