Gentoo Archives: gentoo-doc-cvs

From: swift <swift@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: udev-guide.xml
Date: Fri, 12 Aug 2005 10:35:10
Message-Id: 200508121034.j7CAY2PW027570@robin.gentoo.org
1 swift 05/08/12 10:34:52
2
3 Modified: xml/htdocs/doc/en udev-guide.xml
4 Log:
5 Add merging of multiphat-tools for the LVM2 name rewriting in udev. Reported by jon@××××××.net.
6
7 Revision Changes Path
8 1.27 +14 -3 xml/htdocs/doc/en/udev-guide.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/udev-guide.xml?rev=1.27&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/udev-guide.xml?rev=1.27&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/udev-guide.xml.diff?r1=1.26&r2=1.27&cvsroot=gentoo
13
14 Index: udev-guide.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v
17 retrieving revision 1.26
18 retrieving revision 1.27
19 diff -u -r1.26 -r1.27
20 --- udev-guide.xml 2 Jul 2005 13:02:01 -0000 1.26
21 +++ udev-guide.xml 12 Aug 2005 10:34:52 -0000 1.27
22 @@ -1,7 +1,7 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v 1.26 2005/07/02 13:02:01 swift Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v 1.27 2005/08/12 10:34:52 swift Exp $ -->
28
29 <guide link="/doc/en/udev-guide.xml">
30 <title>Gentoo udev Guide</title>
31 @@ -19,8 +19,8 @@
32
33 <license/>
34
35 -<version>0.20</version>
36 -<date>2005-07-02</date>
37 +<version>0.21</version>
38 +<date>2005-08-12</date>
39
40 <chapter>
41 <title>What is udev?</title>
42 @@ -391,6 +391,17 @@
43 KERNEL="dm-[0-9]*", PROGRAM="/sbin/devmap_name %M %m", NAME="%k", SYMLINK="%c"
44 </pre>
45
46 +<p>
47 +Next, install <c>sys-fs/multipath-tools</c> which contains the
48 +<c>devmap_name</c> application.
49 +</p>
50 +
51 +<pre caption="Installing multipath-tools">
52 +<comment>(At the moment of writing, multipath-tools is only available in the testing branch:)</comment>
53 +# <i>echo "=sys-fs/multipath-tools-0.4.2 ~x86" &gt;&gt; /etc/portage/package.keywords</i>
54 +# <i>emerge multipath-tools</i>
55 +</pre>
56 +
57 </body>
58 </section>
59 <section>
60
61
62
63 --
64 gentoo-doc-cvs@g.o mailing list