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