dracut/0205-mdraid_ignore_hostonly.patch
Thomas Renninger 19a51a698e Accepting request 343391 from home:favogt:branches:Base:System
- Add 0205-mdraid_ignore_hostonly.patch:
    - Always install mdraid modules (boo#935993)

- Modify 0402-driver-fail-summary.patch
    - Add notice (bsc#952491)
    - Use mktemp instead of hardcoded filenames (bnc#935338)
- Modify 0144-90crypt-Fixed-crypttab_contains-to-also-work-with-de.patch
    - Use mktemp instead of hardcoded filenames (bnc#935338)

OBS-URL: https://build.opensuse.org/request/show/343391
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=237
2015-11-10 12:17:01 +00:00

25 lines
658 B
Diff

From: Fabian Vogt <fvogt@suse.com>
Subject: [PATCH] Always install mdraid modules
References: boo#935993
- Even if not currently loaded
- hostonly logic seems to be broken
---
modules.d/90mdraid/module-setup.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: dracut-043/modules.d/90mdraid/module-setup.sh
===================================================================
--- dracut-043.orig/modules.d/90mdraid/module-setup.sh
+++ dracut-043/modules.d/90mdraid/module-setup.sh
@@ -33,7 +33,7 @@ depends() {
# called by dracut
installkernel() {
- instmods =drivers/md
+ hostonly='' instmods =drivers/md
}
# called by dracut