swift 11/09/03 07:18:26 Modified: genkernel.xml openrc-migration.xml Log: Bug #372427 - Remove EVMS from documentation as it is not supported anymore
Revision Changes Path 1.37 xml/htdocs/doc/en/genkernel.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/genkernel.xml?rev=1.37&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/genkernel.xml?rev=1.37&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/genkernel.xml?r1=1.36&r2=1.37 Index: genkernel.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/genkernel.xml,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- genkernel.xml 21 Jan 2011 06:24:57 -0000 1.36 +++ genkernel.xml 3 Sep 2011 07:18:26 -0000 1.37 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/genkernel.xml,v 1.36 2011/01/21 06:24:57 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/genkernel.xml,v 1.37 2011/09/03 07:18:26 swift Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide> @@ -32,8 +32,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>6</version> -<date>2011-01-20</date> +<version>7</version> +<date>2011-09-03</date> <chapter> <title>Introduction</title> @@ -417,13 +417,6 @@ Installation</uri> guide. </li> <li> - <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>emerge evms</c> before using this (genkernel) - flag. - </li> - <li> <b>--dmraid</b>: Includes support for <uri link="http://people.redhat.com/~heinzm/sw/dmraid/readme">DMRAID</uri>; the utility which creates RAID mappings using the kernel device-mapper 1.34 xml/htdocs/doc/en/openrc-migration.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.34&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.34&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/openrc-migration.xml?r1=1.33&r2=1.34 Index: openrc-migration.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- openrc-migration.xml 2 Sep 2011 19:43:30 -0000 1.33 +++ openrc-migration.xml 3 Sep 2011 07:18:26 -0000 1.34 @@ -1,6 +1,6 @@ <?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v 1.33 2011/09/02 19:43:30 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v 1.34 2011/09/03 07:18:26 swift Exp $ --> <guide> <title>Baselayout and OpenRC Migration Guide</title> @@ -27,8 +27,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>12</version> -<date>2011-09-02</date> +<version>13</version> +<date>2011-09-03</date> <chapter> <title>Background</title> @@ -216,7 +216,7 @@ <p> With OpenRC, volume management services for your block storage devices are no longer run automatically at boot. This includes lvm, raid, swap, device-mapper -(dm), dm-crypt, evms, and the like. You must ensure the appropriate initscript +(dm), dm-crypt, and the like. You must ensure the appropriate initscript for these services is in the <c>boot</c> runlevel, otherwise it's possible that your system will not boot! </p>
