]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
systemd: ensure autofs4 and ipv6 are included
authorCristian Rodríguez <crrodriguez@opensuse.org>
Mon, 16 Dec 2013 03:40:58 +0000 (03:40 +0000)
committerHarald Hoyer <harald@redhat.com>
Tue, 29 Jul 2014 09:52:05 +0000 (11:52 +0200)
Systemd tries to load this modules very early.
Even though they are not strictly required it it is a good
thing to have them around.

[Edited-by: Harald Hoyer: moved to installkernel() ]

modules.d/98systemd/module-setup.sh

index 511b883fe869423f8824ae7c78114898055f0cf8..91a6559d79cb7f02819235a3ef769c37e6368a16 100755 (executable)
@@ -17,6 +17,10 @@ depends() {
     return 0
 }
 
+installkernel() {
+    instmods autofs4 ipv6
+}
+
 install() {
     local _mods