Gentoo Archives: gentoo-doc-cvs

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: genkernel.xml
Date: Fri, 21 Jan 2011 06:25:08
Message-Id: 20110121062457.B5A9D20054@flycatcher.gentoo.org
1 nightmorph 11/01/21 06:24:57
2
3 Modified: genkernel.xml
4 Log:
5 fix evms and lvm flags
6
7 Revision Changes Path
8 1.36 xml/htdocs/doc/en/genkernel.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/genkernel.xml?rev=1.36&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/genkernel.xml?rev=1.36&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/genkernel.xml?r1=1.35&r2=1.36
13
14 Index: genkernel.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/genkernel.xml,v
17 retrieving revision 1.35
18 retrieving revision 1.36
19 diff -u -r1.35 -r1.36
20 --- genkernel.xml 20 Jan 2011 07:51:37 -0000 1.35
21 +++ genkernel.xml 21 Jan 2011 06:24:57 -0000 1.36
22 @@ -1,5 +1,5 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/genkernel.xml,v 1.35 2011/01/20 07:51:37 nightmorph Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/genkernel.xml,v 1.36 2011/01/21 06:24:57 nightmorph Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide>
29 @@ -32,8 +32,8 @@
30 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
31 <license/>
32
33 -<version>5</version>
34 -<date>2011-01-19</date>
35 +<version>6</version>
36 +<date>2011-01-20</date>
37
38 <chapter>
39 <title>Introduction</title>
40 @@ -139,7 +139,7 @@
41 <p>
42 The rest of this chapter examines the functionality of various flags,
43 configuration variables, and actions available for genkernel. For a more
44 -completel list, please refer to <c>man genkernel</c> and the comments in
45 +complete list, please refer to <c>man genkernel</c> and the comments in
46 <path>/etc/genkernel.conf</path>. Some of the flags have variants which
47 perform a converse operation. The converse variants carry the <b><c>no-</c></b>
48 prefix, and their effects are enclosed within the square brackets, [].
49 @@ -408,7 +408,7 @@
50 <b>--do-keymap-auto</b>: Force keymap selection during the boot sequence.
51 </li>
52 <li>
53 - <b>--lvm2</b>: Includes support for storage using via <uri
54 + <b>--lvm</b>: Includes support for storage using via <uri
55 link="http://sources.redhat.com/lvm2/">Logical Volume Management</uri>
56 (LVM2) from <e>static</e> binaries, if available to the system. Relevant
57 (static) LVM2 binaries are compiled if they are unavailable. Be sure to
58 @@ -417,13 +417,11 @@
59 Installation</uri> guide.
60 </li>
61 <li>
62 - <b>--evms2</b>: Includes support for storage using the <uri
63 + <b>--evms</b>: Includes support for storage using the <uri
64 link="http://evms.sourceforge.net/">Enterprise Volume Management
65 System</uri> (EVMS2), if available. Be sure to install the evms package on
66 - your system with <c>USE=static emerge evms2</c> before using this
67 - (genkernel) flag. <e>(Omitting the </e><c>USE=static</c><e> flag during
68 - package installation will fail to include the necessary static
69 - binaries.)</e>
70 + your system with <c>emerge evms</c> before using this (genkernel)
71 + flag.
72 </li>
73 <li>
74 <b>--dmraid</b>: Includes support for <uri