dracut/dracut-really-always-add-autofs4.patch
Shawn Dunn c2e4f7a85f 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
2014-03-29 17:29:04 +00:00

14 lines
374 B
Diff

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