* [gentoo-doc-cvs] cvs commit: hb-install-tools.xml
@ 2006-02-21 19:30 Shyam Mani
0 siblings, 0 replies; 18+ messages in thread
From: Shyam Mani @ 2006-02-21 19:30 UTC (permalink / raw
To: gentoo-doc-cvs
fox2mike 06/02/21 19:30:34
Modified: xml/htdocs/doc/en/handbook/draft/2006.0 hb-install-tools.xml
Log:
Added iprutils stuff specific to ppc64
Revision Changes Path
1.2 +18 -1 xml/htdocs/doc/en/handbook/draft/2006.0/hb-install-tools.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2006.0/hb-install-tools.xml?rev=1.2&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2006.0/hb-install-tools.xml?rev=1.2&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2006.0/hb-install-tools.xml.diff?r1=1.1&r2=1.2&cvsroot=gentoo
Index: hb-install-tools.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2006.0/hb-install-tools.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hb-install-tools.xml 1 Feb 2006 18:38:17 -0000 1.1
+++ hb-install-tools.xml 21 Feb 2006 19:30:34 -0000 1.2
@@ -4,7 +4,7 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2006.0/hb-install-tools.xml,v 1.1 2006/02/01 18:38:17 fox2mike Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2006.0/hb-install-tools.xml,v 1.2 2006/02/21 19:30:34 fox2mike Exp $ -->
<sections>
@@ -200,6 +200,23 @@
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>.
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 18+ messages in thread
* [gentoo-doc-cvs] cvs commit: hb-install-tools.xml
@ 2008-06-15 21:28 Jan Kundrat
0 siblings, 0 replies; 18+ messages in thread
From: Jan Kundrat @ 2008-06-15 21:28 UTC (permalink / raw
To: gentoo-doc-cvs
jkt 08/06/15 21:28:52
Modified: hb-install-tools.xml
Log:
#227317, clarify that there's no need to install e2fsprogs by hand
Revision Changes Path
1.48 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.48&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml?rev=1.48&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml?r1=1.47&r2=1.48
Index: hb-install-tools.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- hb-install-tools.xml 1 Apr 2008 08:53:46 -0000 1.47
+++ hb-install-tools.xml 15 Jun 2008 21:28:52 -0000 1.48
@@ -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.47 2008/04/01 08:53:46 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml,v 1.48 2008/06/15 21:28:52 jkt Exp $ -->
<sections>
@@ -12,8 +12,8 @@
In this chapter we help you choose and install some important tools.
</abstract>
-<version>9.0</version>
-<date>2008-04-01</date>
+<version>9.1</version>
+<date>2008-06-15</date>
<section>
<title>System Logger</title>
@@ -115,7 +115,8 @@
<p>
Depending on what file systems you are using, you need to install the necessary
file system utilities (for checking the filesystem integrity, creating
-additional file systems etc.).
+additional file systems etc.). Please note that tools for managing ext2/ext3
+filesystems (<c>e2fsprogs</c>) are already installed as a part of the system.
</p>
<p>
--
gentoo-doc-cvs@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 18+ messages in thread
* [gentoo-doc-cvs] cvs commit: hb-install-tools.xml
@ 2007-05-03 20:03 Josh Saddler
0 siblings, 0 replies; 18+ messages in thread
From: Josh Saddler @ 2007-05-03 20:03 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 07/05/03 20:03:14
Modified: hb-install-tools.xml
Log:
removed nonexistent X use flag
Revision Changes Path
1.24 xml/htdocs/doc/en/handbook/draft/hb-install-tools.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-tools.xml?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-tools.xml?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-tools.xml?r1=1.23&r2=1.24
Index: hb-install-tools.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-tools.xml,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- hb-install-tools.xml 8 Apr 2007 01:26:16 -0000 1.23
+++ hb-install-tools.xml 3 May 2007 20:03:14 -0000 1.24
@@ -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/draft/hb-install-tools.xml,v 1.23 2007/04/08 01:26:16 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-tools.xml,v 1.24 2007/05/03 20:03:14 nightmorph Exp $ -->
<sections>
@@ -14,7 +14,7 @@
</abstract>
<version>8.0</version>
-<date>2007-04-07</date>
+<date>2007-05-03</date>
<section>
<title>System Logger</title>
@@ -229,17 +229,10 @@
</p>
<pre caption="Installing ppp">
-# <i>USE="-X" emerge ppp</i>
+# <i>emerge ppp</i>
</pre>
<p>
-The <c>USE="-X"</c> will prohibit xorg-x11 to be installed as a dependency
-(<c>ppp</c> has graphical tools; if you want those enabled, you can recompile
-<c>ppp</c> later on or have xorg-x11 installed now -- which takes a long time to
-compile).
-</p>
-
-<p>
Now continue with <uri link="?part=1&chap=10">Configuring the
Bootloader</uri>.
</p>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 18+ messages in thread
* [gentoo-doc-cvs] cvs commit: hb-install-tools.xml
@ 2007-04-25 18:01 Lukasz Damentko
0 siblings, 0 replies; 18+ messages in thread
From: Lukasz Damentko @ 2007-04-25 18:01 UTC (permalink / raw
To: gentoo-doc-cvs
rane 07/04/25 18:01:51
Modified: hb-install-tools.xml
Log:
there's no X USE flag for ppp anymore, thx to kucrut for reporting
Revision Changes Path
1.5 xml/htdocs/doc/en/handbook/2007.0/hb-install-tools.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-tools.xml?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-tools.xml?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-tools.xml?r1=1.4&r2=1.5
Index: hb-install-tools.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-tools.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- hb-install-tools.xml 13 Apr 2007 15:34:14 -0000 1.4
+++ hb-install-tools.xml 25 Apr 2007 18:01:51 -0000 1.5
@@ -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/2007.0/hb-install-tools.xml,v 1.4 2007/04/13 15:34:14 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-tools.xml,v 1.5 2007/04/25 18:01:51 rane Exp $ -->
<sections>
-<version>8.0</version>
-<date>2007-04-13</date>
+<version>8.1</version>
+<date>2007-04-25</date>
<section>
<title>System Logger</title>
@@ -214,17 +214,10 @@
</p>
<pre caption="Installing ppp">
-# <i>USE="-X" emerge ppp</i>
+# <i>emerge ppp</i>
</pre>
<p>
-The <c>USE="-X"</c> will prohibit xorg-x11 to be installed as a dependency
-(<c>ppp</c> has graphical tools; if you want those enabled, you can recompile
-<c>ppp</c> later on or have xorg-x11 installed now -- which takes a long time to
-compile).
-</p>
-
-<p>
Now continue with <uri link="?part=1&chap=10">Configuring the
Bootloader</uri>.
</p>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 18+ messages in thread
* [gentoo-doc-cvs] cvs commit: hb-install-tools.xml
@ 2007-04-10 5:40 Josh Saddler
0 siblings, 0 replies; 18+ messages in thread
From: Josh Saddler @ 2007-04-10 5:40 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 07/04/10 05:40:49
Modified: hb-install-tools.xml
Log:
okay, don't hate me for making this change within a few days of 2007.0's release. forum users and #gentoo reported problems because baselayout and dhcpcd maintainers made a dumb compatibility mistake. new stable dhcpcd 3 gives the 2006.1 baselayout fits because it outputs slightly differently, thus making the system think no dhcp client is installed. the note i added fixes this. if the translators don't get to it, i understand. all errors reported so far are in english though. thanks to jmbsvicetto for reporting on IRC
Revision Changes Path
1.45 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.45&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml?rev=1.45&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml?r1=1.44&r2=1.45
Index: hb-install-tools.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- hb-install-tools.xml 30 Dec 2006 18:49:56 -0000 1.44
+++ hb-install-tools.xml 10 Apr 2007 05:40:49 -0000 1.45
@@ -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.44 2006/12/30 18:49:56 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml,v 1.45 2007/04/10 05:40:49 nightmorph Exp $ -->
<sections>
@@ -13,8 +13,8 @@
choose and install some important tools.
</abstract>
-<version>7.2</version>
-<date>2006-12-30</date>
+<version>7.3</version>
+<date>2007-04-09</date>
<section>
<title>Device Manager</title>
@@ -238,6 +238,14 @@
# <i>emerge dhcpcd</i>
</pre>
+<note>
+You'll probably need to update <c>baselayout</c> at this point (<c>emerge -u
+baselayout</c>), as <c>dhcpcd-3.x</c> isn't compatible with the
+<c>baselayout</c> version found in the stage tarballs. Once you've updated
+<c>baselayout</c>, you'll need to redo your timezone info by editing
+<path>/etc/conf.d/clock</path>.
+</note>
+
</body>
</subsection>
<subsection>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 18+ messages in thread
* [gentoo-doc-cvs] cvs commit: hb-install-tools.xml
@ 2007-04-03 19:37 Josh Saddler
0 siblings, 0 replies; 18+ messages in thread
From: Josh Saddler @ 2007-04-03 19:37 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 07/04/03 19:37:55
Modified: hb-install-tools.xml
Log:
removed sparc 2.4 note
Revision Changes Path
1.22 xml/htdocs/doc/en/handbook/draft/hb-install-tools.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-tools.xml?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-tools.xml?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-tools.xml?r1=1.21&r2=1.22
Index: hb-install-tools.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-tools.xml,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- hb-install-tools.xml 19 Mar 2007 10:10:31 -0000 1.21
+++ hb-install-tools.xml 3 Apr 2007 19:37:55 -0000 1.22
@@ -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/draft/hb-install-tools.xml,v 1.21 2007/03/19 10:10:31 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-tools.xml,v 1.22 2007/04/03 19:37:55 nightmorph Exp $ -->
<sections>
@@ -16,26 +16,6 @@
<version>8.0</version>
<date>2006-12-30</date>
-<section test="func:keyval('arch')='SPARC'">
-<title>Device Manager</title>
-<body>
-
-<p>
-If you are using a 2.4 kernel <e>and</e> are installing Gentoo from stage 3,
-there are a few things you <e>need</e> to do. Since Gentoo now uses udev by
-default and udev is not supported by 2.4 kernels, you will have to make use of
-devfsd and remove udev.
-</p>
-
-<pre caption="Installing devfsd">
-<comment>(For those using 2.4.x kernels with a stage 3 install)</comment>
-# <i>emerge --unmerge udev</i>
-# <i>emerge devfsd</i>
-</pre>
-
-</body>
-</section>
-
<section>
<title>System Logger</title>
<body>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 18+ messages in thread
* [gentoo-doc-cvs] cvs commit: hb-install-tools.xml
@ 2007-03-19 10:10 Josh Saddler
0 siblings, 0 replies; 18+ messages in thread
From: Josh Saddler @ 2007-03-19 10:10 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 07/03/19 10:10:31
Modified: hb-install-tools.xml
Log:
tidied up hb-install-tools with a keyval for sparc, as they're the only ones who'll have 2.4 kernels available
Revision Changes Path
1.21 xml/htdocs/doc/en/handbook/draft/hb-install-tools.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-tools.xml?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-tools.xml?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-tools.xml?r1=1.20&r2=1.21
Index: hb-install-tools.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-tools.xml,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- hb-install-tools.xml 14 Mar 2007 06:24:40 -0000 1.20
+++ hb-install-tools.xml 19 Mar 2007 10:10:31 -0000 1.21
@@ -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/draft/hb-install-tools.xml,v 1.20 2007/03/14 06:24:40 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-tools.xml,v 1.21 2007/03/19 10:10:31 nightmorph Exp $ -->
<sections>
@@ -13,10 +13,10 @@
choose and install some important tools.
</abstract>
-<version>7.2</version>
+<version>8.0</version>
<date>2006-12-30</date>
-<section>
+<section test="func:keyval('arch')='SPARC'">
<title>Device Manager</title>
<body>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 18+ messages in thread
* [gentoo-doc-cvs] cvs commit: hb-install-tools.xml
@ 2006-12-30 18:50 Josh Saddler
0 siblings, 0 replies; 18+ messages in thread
From: Josh Saddler @ 2006-12-30 18:50 UTC (permalink / raw
To: gentoo-doc-cvs
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>.
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 18+ messages in thread
* [gentoo-doc-cvs] cvs commit: hb-install-tools.xml
@ 2006-12-30 18:49 Josh Saddler
0 siblings, 0 replies; 18+ messages in thread
From: Josh Saddler @ 2006-12-30 18:49 UTC (permalink / raw
To: gentoo-doc-cvs
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>.
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 18+ messages in thread
* [gentoo-doc-cvs] cvs commit: hb-install-tools.xml
@ 2006-09-08 11:50 Josh Saddler
0 siblings, 0 replies; 18+ messages in thread
From: Josh Saddler @ 2006-09-08 11:50 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 06/09/08 11:50:52
Modified: hb-install-tools.xml
Log:
Typo fixes
Revision Changes Path
1.42 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.42&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml?rev=1.42&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml?r1=1.41&r2=1.42
Index: hb-install-tools.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- hb-install-tools.xml 8 Sep 2006 10:53:26 -0000 1.41
+++ hb-install-tools.xml 8 Sep 2006 11:50:52 -0000 1.42
@@ -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.41 2006/09/08 10:53:26 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml,v 1.42 2006/09/08 11:50:52 nightmorph Exp $ -->
<sections>
@@ -202,7 +202,7 @@
interface(s), you need to install <c>dhcpcd</c> (or any other DHCP client --
see <uri link="?part=4&chap=3">Modular Networking</uri> for a list of
available DHCP clients). If you don't do this now, you might not be able to
-connect to the internet after the installation
+connect to the internet after the installation.
</p>
<pre caption="Installing dhcpcd">
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 18+ messages in thread
* [gentoo-doc-cvs] cvs commit: hb-install-tools.xml
@ 2006-02-21 19:32 Shyam Mani
0 siblings, 0 replies; 18+ messages in thread
From: Shyam Mani @ 2006-02-21 19:32 UTC (permalink / raw
To: gentoo-doc-cvs
fox2mike 06/02/21 19:32:06
Modified: xml/htdocs/doc/en/handbook hb-install-tools.xml
Log:
iprutils is optional and only for ppc64
Revision Changes Path
1.38 +3 -3 xml/htdocs/doc/en/handbook/hb-install-tools.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-tools.xml?rev=1.38&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-tools.xml?rev=1.38&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-tools.xml.diff?r1=1.37&r2=1.38&cvsroot=gentoo
Index: hb-install-tools.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- hb-install-tools.xml 21 Nov 2005 19:35:45 -0000 1.37
+++ hb-install-tools.xml 21 Feb 2006 19:32:06 -0000 1.38
@@ -4,11 +4,11 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml,v 1.37 2005/11/21 19:35:45 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml,v 1.38 2006/02/21 19:32:06 fox2mike Exp $ -->
<sections>
-<version>2.5</version>
+<version>2.6</version>
<date>2005-11-21</date>
<section>
@@ -232,7 +232,7 @@
</body>
</subsection>
<subsection>
-<title>RAID utilities for IBM hardware</title>
+<title>Optional: RAID utilities for IBM hardware</title>
<body>
<p>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 18+ messages in thread
* [gentoo-doc-cvs] cvs commit: hb-install-tools.xml
@ 2005-11-21 19:35 Xavier Neys
0 siblings, 0 replies; 18+ messages in thread
From: Xavier Neys @ 2005-11-21 19:35 UTC (permalink / raw
To: gentoo-doc-cvs
neysx 05/11/21 19:35:46
Modified: xml/htdocs/doc/en/handbook/2005.1 hb-install-tools.xml
Log:
#113079 HB mentioned text that has been removed
Revision Changes Path
1.4 +8 -2 xml/htdocs/doc/en/handbook/2005.1/hb-install-tools.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-tools.xml?rev=1.4&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-tools.xml?rev=1.4&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-tools.xml.diff?r1=1.3&r2=1.4&cvsroot=gentoo
Index: hb-install-tools.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-tools.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- hb-install-tools.xml 21 Nov 2005 15:57:55 -0000 1.3
+++ hb-install-tools.xml 21 Nov 2005 19:35:45 -0000 1.4
@@ -4,11 +4,11 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-tools.xml,v 1.3 2005/11/21 15:57:55 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-tools.xml,v 1.4 2005/11/21 19:35:45 neysx Exp $ -->
<sections>
-<version>5.1</version>
+<version>5.2</version>
<date>2005-11-21</date>
<section>
@@ -16,6 +16,12 @@
<body>
<p>
+Some tools are missing from the <e>stage3</e> archive because several packages
+provide the same functionality. It is now up to you to choose which ones you
+want to install.
+</p>
+
+<p>
The first tool you need to decide on has to provide logging facilities for your
system. Unix and Linux have an excellent history of logging capabilities -- if
you want you can log everything that happens on your system in logfiles. This
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 18+ messages in thread
* [gentoo-doc-cvs] cvs commit: hb-install-tools.xml
@ 2005-11-21 19:35 Xavier Neys
0 siblings, 0 replies; 18+ messages in thread
From: Xavier Neys @ 2005-11-21 19:35 UTC (permalink / raw
To: gentoo-doc-cvs
neysx 05/11/21 19:35:45
Modified: xml/htdocs/doc/en/handbook hb-install-tools.xml
Log:
#113079 HB mentioned text that has been removed
Revision Changes Path
1.37 +5 -5 xml/htdocs/doc/en/handbook/hb-install-tools.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-tools.xml?rev=1.37&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-tools.xml?rev=1.37&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-tools.xml.diff?r1=1.36&r2=1.37&cvsroot=gentoo
Index: hb-install-tools.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- hb-install-tools.xml 21 Nov 2005 15:57:54 -0000 1.36
+++ hb-install-tools.xml 21 Nov 2005 19:35:45 -0000 1.37
@@ -4,11 +4,11 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml,v 1.36 2005/11/21 15:57:54 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml,v 1.37 2005/11/21 19:35:45 neysx Exp $ -->
<sections>
-<version>2.4</version>
+<version>2.5</version>
<date>2005-11-21</date>
<section>
@@ -36,9 +36,9 @@
<body>
<p>
-When we mentioned what <e>stage3</e> was, we said that it contained all
-necessary system tools for which we cannot provide a choice to our users. We
-also said that we would install the other tools later on. Well, here we are :)
+Some tools are missing from the <e>stage3</e> archive because several packages
+provide the same functionality. It is now up to you to choose which ones you
+want to install.
</p>
<p>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 18+ messages in thread
* [gentoo-doc-cvs] cvs commit: hb-install-tools.xml
@ 2005-11-21 15:57 Xavier Neys
0 siblings, 0 replies; 18+ messages in thread
From: Xavier Neys @ 2005-11-21 15:57 UTC (permalink / raw
To: gentoo-doc-cvs
neysx 05/11/21 15:57:55
Modified: xml/htdocs/doc/en/handbook hb-install-tools.xml
Log:
#110355 Add USE="-gtk" to avoid evms depedencies
Revision Changes Path
1.36 +10 -4 xml/htdocs/doc/en/handbook/hb-install-tools.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-tools.xml?rev=1.36&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-tools.xml?rev=1.36&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-tools.xml.diff?r1=1.35&r2=1.36&cvsroot=gentoo
Index: hb-install-tools.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- hb-install-tools.xml 30 Jul 2005 15:23:06 -0000 1.35
+++ hb-install-tools.xml 21 Nov 2005 15:57:54 -0000 1.36
@@ -4,12 +4,12 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml,v 1.35 2005/07/30 15:23:06 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml,v 1.36 2005/11/21 15:57:54 neysx Exp $ -->
<sections>
-<version>2.3</version>
-<date>2005-07-30</date>
+<version>2.4</version>
+<date>2005-11-21</date>
<section>
<title>Device Manager</title>
@@ -174,10 +174,16 @@
</p>
<pre caption="Installing EVMS utilities">
-# <i>emerge evms</i>
+# <i>USE="-gtk" emerge evms</i>
</pre>
<p>
+The <c>USE="-gtk"</c> will prevent the installation of dependencies. If you
+want to enable the <c>evms</c> graphical tools, you can recompile <c>evms</c>
+later on.
+</p>
+
+<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>.
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 18+ messages in thread
* [gentoo-doc-cvs] cvs commit: hb-install-tools.xml
@ 2005-11-21 15:57 Xavier Neys
0 siblings, 0 replies; 18+ messages in thread
From: Xavier Neys @ 2005-11-21 15:57 UTC (permalink / raw
To: gentoo-doc-cvs
neysx 05/11/21 15:57:55
Modified: xml/htdocs/doc/en/handbook/2005.1 hb-install-tools.xml
Log:
#110355 Add USE="-gtk" to avoid evms depedencies
Revision Changes Path
1.3 +10 -4 xml/htdocs/doc/en/handbook/2005.1/hb-install-tools.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-tools.xml?rev=1.3&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-tools.xml?rev=1.3&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-tools.xml.diff?r1=1.2&r2=1.3&cvsroot=gentoo
Index: hb-install-tools.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-tools.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- hb-install-tools.xml 8 Aug 2005 13:24:46 -0000 1.2
+++ hb-install-tools.xml 21 Nov 2005 15:57:55 -0000 1.3
@@ -4,12 +4,12 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-tools.xml,v 1.2 2005/08/08 13:24:46 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-tools.xml,v 1.3 2005/11/21 15:57:55 neysx Exp $ -->
<sections>
-<version>5.0</version>
-<date>2005-08-08</date>
+<version>5.1</version>
+<date>2005-11-21</date>
<section>
<title>System Logger</title>
@@ -139,10 +139,16 @@
</p>
<pre caption="Installing EVMS utilities">
-# <i>emerge evms</i>
+# <i>USE="-gtk" emerge evms</i>
</pre>
<p>
+The <c>USE="-gtk"</c> will prevent the installation of dependencies. If you
+want to enable the <c>evms</c> graphical tools, you can recompile <c>evms</c>
+later on.
+</p>
+
+<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>.
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 18+ messages in thread
* [gentoo-doc-cvs] cvs commit: hb-install-tools.xml
@ 2005-08-08 14:10 swift
0 siblings, 0 replies; 18+ messages in thread
From: swift @ 2005-08-08 14:10 UTC (permalink / raw
To: gentoo-doc-cvs
swift 05/08/08 14:10:10
Removed: xml/htdocs/doc/en/handbook/draft/2005.1 hb-install-tools.xml
Log:
Removing hb-install-tools.xml from this location
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 18+ messages in thread
* [gentoo-doc-cvs] cvs commit: hb-install-tools.xml
@ 2005-07-30 15:23 Sven Vermeulen
0 siblings, 0 replies; 18+ messages in thread
From: Sven Vermeulen @ 2005-07-30 15:23 UTC (permalink / raw
To: gentoo-doc-cvs
swift 05/07/30 15:23:06
Modified: xml/htdocs/doc/en/handbook hb-install-tools.xml
Log:
#100497 - Adding evms utility mentioning, needed for EVMS users (cant boot otherwise)
Revision Changes Path
1.35 +6 -8 xml/htdocs/doc/en/handbook/hb-install-tools.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-tools.xml?rev=1.35&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-tools.xml?rev=1.35&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-tools.xml.diff?r1=1.34&r2=1.35&cvsroot=gentoo
Index: hb-install-tools.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- hb-install-tools.xml 2 Jun 2005 16:29:19 -0000 1.34
+++ hb-install-tools.xml 30 Jul 2005 15:23:06 -0000 1.35
@@ -4,12 +4,12 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml,v 1.34 2005/06/02 16:29:19 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml,v 1.35 2005/07/30 15:23:06 swift Exp $ -->
<sections>
-<version>2.2</version>
-<date>2005-05-29</date>
+<version>2.3</version>
+<date>2005-07-30</date>
<section>
<title>Device Manager</title>
@@ -169,15 +169,13 @@
</tr>
</table>
-<!-- TODO reactivate when LVM2 instructions are boarded
<p>
-If you are an LVM user, you also need to install <c>lvm-user</c>:
+If you are an EVMS user, you also need to install <c>evms</c>:
</p>
-<pre caption="Installing LVM utilities">
-# <i>emerge - -usepkg lvm-user</i>
+<pre caption="Installing EVMS utilities">
+# <i>emerge evms</i>
</pre>
--->
<p>
If you don't require any additional networking-related tools (such as rp-pppoe
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 18+ messages in thread
* [gentoo-doc-cvs] cvs commit: hb-install-tools.xml
@ 2005-07-30 15:23 Sven Vermeulen
0 siblings, 0 replies; 18+ messages in thread
From: Sven Vermeulen @ 2005-07-30 15:23 UTC (permalink / raw
To: gentoo-doc-cvs
swift 05/07/30 15:23:06
Modified: xml/htdocs/doc/en/handbook/draft/2005.1 hb-install-tools.xml
Log:
#100497 - Adding evms utility mentioning, needed for EVMS users (cant boot otherwise)
Revision Changes Path
1.2 +9 -1 xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-tools.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-tools.xml?rev=1.2&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-tools.xml?rev=1.2&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-tools.xml.diff?r1=1.1&r2=1.2&cvsroot=gentoo
Index: hb-install-tools.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-tools.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hb-install-tools.xml 5 Jul 2005 08:02:04 -0000 1.1
+++ hb-install-tools.xml 30 Jul 2005 15:23:06 -0000 1.2
@@ -4,7 +4,7 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-tools.xml,v 1.1 2005/07/05 08:02:04 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-tools.xml,v 1.2 2005/07/30 15:23:06 swift Exp $ -->
<sections>
@@ -135,6 +135,14 @@
</table>
<p>
+If you are an EVMS user, you need to install <c>emvs</c>:
+</p>
+
+<pre caption="Installing EVMS utilities">
+# <i>emerge evms</i>
+</pre>
+
+<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>.
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 18+ messages in thread
end of thread, other threads:[~2008-06-15 21:28 UTC | newest]
Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-21 19:30 [gentoo-doc-cvs] cvs commit: hb-install-tools.xml Shyam Mani
-- strict thread matches above, loose matches on Subject: below --
2008-06-15 21:28 Jan Kundrat
2007-05-03 20:03 Josh Saddler
2007-04-25 18:01 Lukasz Damentko
2007-04-10 5:40 Josh Saddler
2007-04-03 19:37 Josh Saddler
2007-03-19 10:10 Josh Saddler
2006-12-30 18:50 Josh Saddler
2006-12-30 18:49 Josh Saddler
2006-09-08 11:50 Josh Saddler
2006-02-21 19:32 Shyam Mani
2005-11-21 19:35 Xavier Neys
2005-11-21 19:35 Xavier Neys
2005-11-21 15:57 Xavier Neys
2005-11-21 15:57 Xavier Neys
2005-08-08 14:10 swift
2005-07-30 15:23 Sven Vermeulen
2005-07-30 15:23 Sven Vermeulen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox