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-018-multipath-udev-rules.patch
Date: Thu, 05 Apr 2012 20:01:16
Message-Id: 20120405200105.3C69A2004C@flycatcher.gentoo.org
1 aidecoe 12/04/05 20:01:05
2
3 Added: dracut-018-multipath-udev-rules.patch
4 Log:
5 sys-kernel/dracut: Version bump to 018. Fixes btw bug #408669.
6
7 Build time dependencies are no longer required, because man pages and html doc
8 are already built. Therefore compile phase in empty.
9
10 NEWS
11 ~~~~
12 (Taken from NEWS file. Lines which don't apply to Gentoo package are removed.)
13
14 - lvm: ignore lvm mirrors
15 - lsinitrd: handle LZMA images
16 - iscsi: add rd.iscsi.param
17 - iscsi: add iscsi interface binding
18 - fixed fstab.sys handling
19 - new dracut option "--tmpdir"
20 - new dracut option "--no-hostonly"
21 - nbd: name based nbd connects
22 - write-ifcfg fixes and cleanups
23 - ifup is now done in the initqueue
24 - netroot cleanup
25 - initqueue/online is now for hooks, which require network
26 - no more /tmp/root.info
27 - 98pollcdrom: factored out the ugly cdrom polling in the main loop
28 - simplified rd.luks.uuid testing
29 - removed "egrep" and "ls" calls
30 - speedup kernel module installation
31 - lots of bugfixes
32
33 (Portage version: 2.1.10.54/cvs/Linux x86_64)
34
35 Revision Changes Path
36 1.1 sys-kernel/dracut/files/dracut-018-multipath-udev-rules.patch
37
38 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/files/dracut-018-multipath-udev-rules.patch?rev=1.1&view=markup
39 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/dracut/files/dracut-018-multipath-udev-rules.patch?rev=1.1&content-type=text/plain
40
41 Index: dracut-018-multipath-udev-rules.patch
42 ===================================================================
43 From 7f3e0c13f1c10e93c3823b6367f9ac83865f3d90 Mon Sep 17 00:00:00 2001
44 From: =?UTF-8?q?Amadeusz=20=C5=BBo=C5=82nowski?= <aidecoe@×××××××.name>
45 Date: Fri, 25 Feb 2011 01:44:25 +0100
46 Subject: [PATCH] 90multipath: added kpartx.rules; multipath.rules - different prefix
47
48 ---
49 modules.d/90multipath/module-setup.sh | 2 +-
50 1 files changed, 1 insertions(+), 1 deletions(-)
51
52 diff --git a/modules.d/90multipath/module-setup.sh b/modules.d/90multipath/module-setup.sh
53 index f78517c..3f4f612 100755
54 --- a/modules.d/90multipath/module-setup.sh
55 +++ b/modules.d/90multipath/module-setup.sh
56 @@ -58,6 +58,6 @@ install() {
57
58 inst_hook pre-trigger 02 "$moddir/multipathd.sh"
59 inst_hook pre-pivot 02 "$moddir/multipathd-stop.sh"
60 - inst_rules 40-multipath.rules
61 + inst_rules 40-multipath.rules 65-multipath.rules 66-kpartx.rules
62 }
63
64 --
65 1.7.4.1