]> 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>
Fri, 24 Jan 2014 11:48:08 +0000 (12:48 +0100)
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 3d5abd4c4347e80ef8eeb255ab13cfa86878cbc6..d625ea08c80303b79649e9da7a2f3150e143aa1a 100755 (executable)
@@ -19,6 +19,10 @@ depends() {
     return 0
 }
 
+installkernel() {
+    instmods autofs4 ipv6
+}
+
 # called by dracut
 install() {
     local _mods