ee37ba8aaf
- 95multipath: Pickup multipath files in /etc/multipath/conf.d (boo#1048551) * adds 0568-95multipath-Pickup-files-in-etc-multipath-conf.d.patch - 10i18n: Load all keymaps for a given locale (boo#1065058) * adds 0569-10i18n-Load-all-keymaps-for-a-given-locale.patch * adds 0570-10i18n-Fix-possible-infinite-recursion.patch OBS-URL: https://build.opensuse.org/request/show/616849 OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=351
28 lines
817 B
Diff
28 lines
817 B
Diff
From 05f1365ffd1c03bad44fdbb312769044cda032a8 Mon Sep 17 00:00:00 2001
|
|
From: Daniel Molkentin <dmolkentin@suse.com>
|
|
Date: Fri, 14 Jul 2017 14:21:43 +0200
|
|
Subject: [PATCH] 95multipath: Pickup files in /etc/multipath/conf.d
|
|
|
|
Reference: boo#1048551
|
|
---
|
|
modules.d/90multipath/module-setup.sh | 3 ++-
|
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/modules.d/90multipath/module-setup.sh b/modules.d/90multipath/module-setup.sh
|
|
index 85848068..4e059b41 100755
|
|
--- a/modules.d/90multipath/module-setup.sh
|
|
+++ b/modules.d/90multipath/module-setup.sh
|
|
@@ -92,7 +92,8 @@ install() {
|
|
xdrgetprio \
|
|
/etc/xdrdevices.conf \
|
|
/etc/multipath.conf \
|
|
- /etc/multipath/*
|
|
+ /etc/multipath/* \
|
|
+ /etc/multipath/conf.d/*
|
|
|
|
inst $(command -v partx) /sbin/partx
|
|
|
|
--
|
|
2.12.3
|
|
|