From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.43) id 1E3WsX-0001EH-QN for garchives@archives.gentoo.org; Fri, 12 Aug 2005 10:35:10 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.4/8.13.4) with SMTP id j7CAY3ZB024605; Fri, 12 Aug 2005 10:34:03 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [134.68.220.30]) by robin.gentoo.org (8.13.4/8.13.4) with ESMTP id j7CAY2PW027570 for ; Fri, 12 Aug 2005 10:34:02 GMT Message-Id: <200508121034.j7CAY2PW027570@robin.gentoo.org> Received: from lark.gentoo.osuosl.org ([140.211.166.177] helo=lark.gentoo.org) by smtp.gentoo.org with smtp (Exim 4.43) id 1E3WsP-0008Qo-My for gentoo-doc-cvs@lists.gentoo.org; Fri, 12 Aug 2005 10:35:01 +0000 Received: by lark.gentoo.org (sSMTP sendmail emulation); Fri, 12 Aug 2005 10:34:52 +0000 From: "swift" Date: Fri, 12 Aug 2005 10:34:52 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: udev-guide.xml Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@gentoo.org Reply-to: docs-team@lists.gentoo.org X-Archives-Salt: 99ff828b-cc8a-4e0d-9908-525359e37093 X-Archives-Hash: 4c6ed1b2ba10043f06ad028f1d805219 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 jon@kiwiuk.net. 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 @@ - + Gentoo udev Guide @@ -19,8 +19,8 @@ -0.20 -2005-07-02 +0.21 +2005-08-12 What is udev? @@ -391,6 +391,17 @@ KERNEL="dm-[0-9]*", PROGRAM="/sbin/devmap_name %M %m", NAME="%k", SYMLINK="%c" +

+Next, install sys-fs/multipath-tools which contains the +devmap_name application. +

+ +
+(At the moment of writing, multipath-tools is only available in the testing branch:)
+# echo "=sys-fs/multipath-tools-0.4.2 ~x86" >> /etc/portage/package.keywords
+# emerge multipath-tools
+
+
-- gentoo-doc-cvs@gentoo.org mailing list