nightmorph 06/12/30 18:50:25 Modified: hb-install-tools.xml Log: moved ibm raid subsection, also made it conditional for ppc and ppc64 arches. adjusted the nearby sections and subsections accordingly. bug 159479.
Revision Changes Path 1.2 xml/htdocs/doc/en/handbook/2006.1/hb-install-tools.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2006.1/hb-install-tools.xml?rev=1.2&view=markup 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 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 Index: hb-install-tools.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2006.1/hb-install-tools.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- hb-install-tools.xml 30 Aug 2006 20:17:31 -0000 1.1 +++ hb-install-tools.xml 30 Dec 2006 18:50:25 -0000 1.2 @@ -4,12 +4,12 @@ <!-- 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/2006.1/hb-install-tools.xml,v 1.1 2006/08/30 20:17:31 nightmorph Exp $ --> +<!-- $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 $ --> <sections> -<version>7.0</version> -<date>2006-08-30</date> +<version>7.1</version> +<date>2006-12-30</date> <section> <title>System Logger</title> @@ -103,6 +103,7 @@ </section> <section> <title>File System Tools</title> +<subsection> <body> <p> @@ -154,17 +155,40 @@ later on. </p> +</body> +</subsection> +<subsection test="contains('PPC PPC64', func:keyval('arch'))"> +<title>Optional: RAID utilities for IBM hardware</title> +<body> + <p> -If you don't require any additional networking-related tools (such as rp-pppoe -or a dhcp client) continue with <uri link="?part=1&chap=10">Configuring the -Bootloader</uri>. +If you are using SCSI RAID on a POWER5-based system, you should consider +installing the <c>iprutils</c> which will allow you to work with the RAID disk +array, get status on the disks in the arrays, and update microcode among other +functions. </p> +<pre caption="Installing iprutils"> +# <i>emerge iprutils</i> +</pre> + </body> +</subsection> </section> <section> <title>Networking Tools</title> <subsection> +<body> + +<p> +If you don't require any additional networking-related tools (such as rp-pppoe +or a dhcp client) continue with <uri link="?part=1&chap=10">Configuring the +Bootloader</uri>. +</p> + +</body> +</subsection> +<subsection> <title>Optional: Installing a DHCP Client</title> <body> @@ -200,23 +224,6 @@ long time to compile). </p> -</body> -</subsection> -<subsection> -<title>Optional: RAID utilities for IBM hardware</title> -<body> - -<p> -If you are using SCSI RAID on a POWER5-based system, you should consider -installing the <c>iprutils</c> which will allow you to work with the RAID disk -array, get status on the disks in the arrays, and update microcode among other -functions. -</p> - -<pre caption="Installing iprutils"> -# <i>emerge iprutils</i> -</pre> - <p> Now continue with <uri link="?part=1&chap=10">Configuring the Bootloader</uri>. -- [email protected] mailing list
