- 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
14 lines
374 B
Diff
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
|