Gentoo Archives: gentoo-commits

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/en: genkernel.xml openrc-migration.xml
Date: Sat, 03 Sep 2011 07:18:39
Message-Id: 20110903071827.00E0620054@flycatcher.gentoo.org
1 swift 11/09/03 07:18:26
2
3 Modified: genkernel.xml openrc-migration.xml
4 Log:
5 Bug #372427 - Remove EVMS from documentation as it is not supported anymore
6
7 Revision Changes Path
8 1.37 xml/htdocs/doc/en/genkernel.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/genkernel.xml?rev=1.37&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/genkernel.xml?rev=1.37&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/genkernel.xml?r1=1.36&r2=1.37
13
14 Index: genkernel.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/genkernel.xml,v
17 retrieving revision 1.36
18 retrieving revision 1.37
19 diff -u -r1.36 -r1.37
20 --- genkernel.xml 21 Jan 2011 06:24:57 -0000 1.36
21 +++ genkernel.xml 3 Sep 2011 07:18:26 -0000 1.37
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.36 2011/01/21 06:24:57 nightmorph Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/genkernel.xml,v 1.37 2011/09/03 07:18:26 swift 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>6</version>
34 -<date>2011-01-20</date>
35 +<version>7</version>
36 +<date>2011-09-03</date>
37
38 <chapter>
39 <title>Introduction</title>
40 @@ -417,13 +417,6 @@
41 Installation</uri> guide.
42 </li>
43 <li>
44 - <b>--evms</b>: Includes support for storage using the <uri
45 - link="http://evms.sourceforge.net/">Enterprise Volume Management
46 - System</uri> (EVMS2), if available. Be sure to install the evms package on
47 - your system with <c>emerge evms</c> before using this (genkernel)
48 - flag.
49 - </li>
50 - <li>
51 <b>--dmraid</b>: Includes support for <uri
52 link="http://people.redhat.com/~heinzm/sw/dmraid/readme">DMRAID</uri>; the
53 utility which creates RAID mappings using the kernel device-mapper
54
55
56
57 1.34 xml/htdocs/doc/en/openrc-migration.xml
58
59 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.34&view=markup
60 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.34&content-type=text/plain
61 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/openrc-migration.xml?r1=1.33&r2=1.34
62
63 Index: openrc-migration.xml
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v
66 retrieving revision 1.33
67 retrieving revision 1.34
68 diff -u -r1.33 -r1.34
69 --- openrc-migration.xml 2 Sep 2011 19:43:30 -0000 1.33
70 +++ openrc-migration.xml 3 Sep 2011 07:18:26 -0000 1.34
71 @@ -1,6 +1,6 @@
72 <?xml version='1.0' encoding='UTF-8'?>
73 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
74 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v 1.33 2011/09/02 19:43:30 swift Exp $ -->
75 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v 1.34 2011/09/03 07:18:26 swift Exp $ -->
76
77 <guide>
78 <title>Baselayout and OpenRC Migration Guide</title>
79 @@ -27,8 +27,8 @@
80 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
81 <license/>
82
83 -<version>12</version>
84 -<date>2011-09-02</date>
85 +<version>13</version>
86 +<date>2011-09-03</date>
87
88 <chapter>
89 <title>Background</title>
90 @@ -216,7 +216,7 @@
91 <p>
92 With OpenRC, volume management services for your block storage devices are no
93 longer run automatically at boot. This includes lvm, raid, swap, device-mapper
94 -(dm), dm-crypt, evms, and the like. You must ensure the appropriate initscript
95 +(dm), dm-crypt, and the like. You must ensure the appropriate initscript
96 for these services is in the <c>boot</c> runlevel, otherwise it's possible that
97 your system will not boot!
98 </p>