Accepting request 228136 from home:trenn:branches:Base:System

- systemd always tries to load autofs4 otherwise it reports:
  Failed to insert module 'autofs4'
  dracut already adds it, but only if loaded already.
  Always load autofs4 even if not already loaded (bnc#869411)

OBS-URL: https://build.opensuse.org/request/show/228136
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=118
This commit is contained in:
Shawn Dunn 2014-03-29 17:29:04 +00:00 committed by Git OBS Bridge
parent 9676a620c5
commit c2e4f7a85f
3 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,13 @@
Index: dracut-036/modules.d/98systemd/module-setup.sh
===================================================================
--- dracut-036.orig/modules.d/98systemd/module-setup.sh
+++ dracut-036/modules.d/98systemd/module-setup.sh
@@ -20,7 +20,7 @@ depends() {
}
installkernel() {
- instmods autofs4 ipv6
+ hostonly='' instmods autofs4 ipv6
}
# called by dracut

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Mar 28 17:39:08 UTC 2014 - trenn@suse.de
- systemd always tries to load autofs4 otherwise it reports:
Failed to insert module 'autofs4'
dracut already adds it, but only if loaded already.
Always load autofs4 even if not already loaded (bnc#869411)
-------------------------------------------------------------------
Tue Mar 25 18:18:56 UTC 2014 - trenn@suse.de

View File

@ -49,6 +49,7 @@ Patch21: wait_for_network_race_condition_fix.patch
Patch22: dracut-warpclock_module.patch
Patch23: s390-dcssblk.patch
Patch24: dracut-install-persistent-rule.patch
Patch25: dracut-really-always-add-autofs4.patch
BuildRequires: asciidoc
BuildRequires: bash
BuildRequires: docbook-xsl-stylesheets
@ -102,6 +103,7 @@ NFS, iSCSI, NBD, FCoE with the dracut-network package.
%patch22 -p1
%patch23 -p1
%patch24 -p1
%patch25 -p1
%build
%configure\