Marcus Meissner
e6be739410
- 90multipath: Remove compat rule that is no longer needed (bsc#1054539) * adds 0536-90multipath-drop-67-kpartx-compat.rules.patch - Don't detect crc32.ko as built-in (bsc#1054538) * adds 0537-dracut-init.sh-ignore-crc32.ko-in-builtin-test.patch - Enable systemd-based core dumps for initrd (bsc#1054809) * adds 0538-Enable-core-dumps-with-systemd-from-initrd.patch OBS-URL: https://build.opensuse.org/request/show/519492 OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=319
29 lines
819 B
Diff
29 lines
819 B
Diff
From 684d83b9492b8a8323f4b99d4384e56c7c7b3580 Mon Sep 17 00:00:00 2001
|
|
From: Martin Wilck <mwilck@suse.com>
|
|
Date: Mon, 14 Aug 2017 16:43:45 +0200
|
|
Subject: [PATCH 1/2] 90multipath: drop 67-kpartx-compat.rules
|
|
|
|
This file is obsolete in SLE-15 and Factory.
|
|
|
|
Reference: bsc#1054539
|
|
---
|
|
modules.d/90multipath/module-setup.sh | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/modules.d/90multipath/module-setup.sh b/modules.d/90multipath/module-setup.sh
|
|
index 4f342c89..85848068 100755
|
|
--- a/modules.d/90multipath/module-setup.sh
|
|
+++ b/modules.d/90multipath/module-setup.sh
|
|
@@ -118,7 +118,7 @@ install() {
|
|
|
|
inst_rules 40-multipath.rules 56-multipath.rules \
|
|
62-multipath.rules 65-multipath.rules \
|
|
- 66-kpartx.rules 67-kpartx-compat.rules \
|
|
+ 66-kpartx.rules \
|
|
11-dm-mpath.rules
|
|
}
|
|
|
|
--
|
|
2.12.3
|
|
|