]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
systemd always tries to load autofs4
authorThomas Renninger <trenn@suse.de>
Thu, 11 Dec 2014 14:45:53 +0000 (15:45 +0100)
committerHarald Hoyer <harald@redhat.com>
Tue, 16 Dec 2014 12:29:35 +0000 (13:29 +0100)
During boot systemd tries to load autofs4, but dracut will only
add it if it's loaded by the time dracut is run.
Modify dracut to always load autofs4.

References: bnc#869411

Signed-off-by: Thomas Renninger <trenn@suse.de>
modules.d/98systemd/module-setup.sh

index 8052984c08bb339af0fb40cb454462f13f3e6833..53e07a21cdd7fcffa50ff40ed7bec125e99e131f 100755 (executable)
@@ -18,7 +18,7 @@ depends() {
 }
 
 installkernel() {
-    instmods autofs4 ipv6
+    hostonly='' instmods autofs4 ipv6
     instmods -s efivarfs
 }