nightmorph 11/01/21 06:24:57 Modified: genkernel.xml Log: fix evms and lvm flags
Revision Changes Path 1.36 xml/htdocs/doc/en/genkernel.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/genkernel.xml?rev=1.36&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/genkernel.xml?rev=1.36&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/genkernel.xml?r1=1.35&r2=1.36 Index: genkernel.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/genkernel.xml,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- genkernel.xml 20 Jan 2011 07:51:37 -0000 1.35 +++ genkernel.xml 21 Jan 2011 06:24:57 -0000 1.36 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/genkernel.xml,v 1.35 2011/01/20 07:51:37 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/genkernel.xml,v 1.36 2011/01/21 06:24:57 nightmorph Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide> @@ -32,8 +32,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>5</version> -<date>2011-01-19</date> +<version>6</version> +<date>2011-01-20</date> <chapter> <title>Introduction</title> @@ -139,7 +139,7 @@ <p> The rest of this chapter examines the functionality of various flags, configuration variables, and actions available for genkernel. For a more -completel list, please refer to <c>man genkernel</c> and the comments in +complete list, please refer to <c>man genkernel</c> and the comments in <path>/etc/genkernel.conf</path>. Some of the flags have variants which perform a converse operation. The converse variants carry the <b><c>no-</c></b> prefix, and their effects are enclosed within the square brackets, []. @@ -408,7 +408,7 @@ <b>--do-keymap-auto</b>: Force keymap selection during the boot sequence. </li> <li> - <b>--lvm2</b>: Includes support for storage using via <uri + <b>--lvm</b>: Includes support for storage using via <uri link="http://sources.redhat.com/lvm2/">Logical Volume Management</uri> (LVM2) from <e>static</e> binaries, if available to the system. Relevant (static) LVM2 binaries are compiled if they are unavailable. Be sure to @@ -417,13 +417,11 @@ Installation</uri> guide. </li> <li> - <b>--evms2</b>: Includes support for storage using the <uri + <b>--evms</b>: Includes support for storage using the <uri link="http://evms.sourceforge.net/">Enterprise Volume Management System</uri> (EVMS2), if available. Be sure to install the evms package on - your system with <c>USE=static emerge evms2</c> before using this - (genkernel) flag. <e>(Omitting the </e><c>USE=static</c><e> flag during - package installation will fail to include the necessary static - binaries.)</e> + your system with <c>emerge evms</c> before using this (genkernel) + flag. </li> <li> <b>--dmraid</b>: Includes support for <uri
