nightmorph 06/12/30 18:49:56 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.44 xml/htdocs/doc/en/handbook/hb-install-tools.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml?rev=1.44&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml?rev=1.44&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml?r1=1.43&r2=1.44 Index: hb-install-tools.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- hb-install-tools.xml 28 Oct 2006 09:17:55 -0000 1.43 +++ hb-install-tools.xml 30 Dec 2006 18:49:56 -0000 1.44 @@ -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/hb-install-tools.xml,v 1.43 2006/10/28 09:17:55 neysx Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml,v 1.44 2006/12/30 18:49:56 nightmorph Exp $ --> <sections> @@ -13,8 +13,8 @@ choose and install some important tools. </abstract> -<version>7.1</version> -<date>2006-09-08</date> +<version>7.2</version> +<date>2006-12-30</date> <section> <title>Device Manager</title> @@ -138,6 +138,7 @@ </section> <section> <title>File System Tools</title> +<subsection> <body> <p> @@ -188,17 +189,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 id="networking-tools"> <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> @@ -235,23 +259,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
