swift 05/08/12 10:34:52 Modified: xml/htdocs/doc/en udev-guide.xml Log: Add merging of multiphat-tools for the LVM2 name rewriting in udev. Reported by [EMAIL PROTECTED]
Revision Changes Path 1.27 +14 -3 xml/htdocs/doc/en/udev-guide.xml 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 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 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 Index: udev-guide.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- udev-guide.xml 2 Jul 2005 13:02:01 -0000 1.26 +++ udev-guide.xml 12 Aug 2005 10:34:52 -0000 1.27 @@ -1,7 +1,7 @@ <?xml version='1.0' encoding="UTF-8"?> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v 1.26 2005/07/02 13:02:01 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v 1.27 2005/08/12 10:34:52 swift Exp $ --> <guide link="/doc/en/udev-guide.xml"> <title>Gentoo udev Guide</title> @@ -19,8 +19,8 @@ <license/> -<version>0.20</version> -<date>2005-07-02</date> +<version>0.21</version> +<date>2005-08-12</date> <chapter> <title>What is udev?</title> @@ -391,6 +391,17 @@ KERNEL="dm-[0-9]*", PROGRAM="/sbin/devmap_name %M %m", NAME="%k", SYMLINK="%c" </pre> +<p> +Next, install <c>sys-fs/multipath-tools</c> which contains the +<c>devmap_name</c> application. +</p> + +<pre caption="Installing multipath-tools"> +<comment>(At the moment of writing, multipath-tools is only available in the testing branch:)</comment> +# <i>echo "=sys-fs/multipath-tools-0.4.2 ~x86" >> /etc/portage/package.keywords</i> +# <i>emerge multipath-tools</i> +</pre> + </body> </section> <section> -- [email protected] mailing list
