Gentoo Archives: gentoo-commits

From: "Amadeusz Zolnowski (aidecoe)" <aidecoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-kernel/dracut/files: dracut-014-multipath-udev-rules.patch
Date: Tue, 27 Dec 2011 14:01:15
Message-Id: 20111227140105.7D4902004C@flycatcher.gentoo.org
1 aidecoe 11/12/27 14:01:05
2
3 Added: dracut-014-multipath-udev-rules.patch
4 Log:
5 sys-kernel/dracut: Version bump to 014.
6
7 (Portage version: 2.1.10.43/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 sys-kernel/dracut/files/dracut-014-multipath-udev-rules.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/files/dracut-014-multipath-udev-rules.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/files/dracut-014-multipath-udev-rules.patch?rev=1.1&content-type=text/plain
14
15 Index: dracut-014-multipath-udev-rules.patch
16 ===================================================================
17 From 7f3e0c13f1c10e93c3823b6367f9ac83865f3d90 Mon Sep 17 00:00:00 2001
18 From: =?UTF-8?q?Amadeusz=20=C5=BBo=C5=82nowski?= <aidecoe@×××××××.name>
19 Date: Fri, 25 Feb 2011 01:44:25 +0100
20 Subject: [PATCH] 90multipath: added kpartx.rules; multipath.rules - different prefix
21
22 ---
23 modules.d/90multipath/module-setup.sh | 2 +-
24 1 files changed, 1 insertions(+), 1 deletions(-)
25
26 diff --git a/modules.d/90multipath/module-setup.sh b/modules.d/90multipath/module-setup.sh
27 index f78517c..3f4f612 100755
28 --- a/modules.d/90multipath/module-setup.sh
29 +++ b/modules.d/90multipath/module-setup.sh
30 @@ -58,6 +58,6 @@ install() {
31
32 inst_hook pre-trigger 02 "$moddir/multipathd.sh"
33 inst_hook pre-pivot 02 "$moddir/multipathd-stop.sh"
34 - inst_rules 40-multipath.rules
35 + inst_rules 40-multipath.rules 65-multipath.rules 66-kpartx.rules
36 }
37
38 --
39 1.7.4.1