From: Cristian Rodríguez Date: Mon, 16 Dec 2013 03:40:58 +0000 (+0000) Subject: systemd: ensure autofs4 and ipv6 are included X-Git-Tag: 035~21 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=314929920f27448b45bfd8be3b60a9cf5e37bdfe;p=thirdparty%2Fdracut.git systemd: ensure autofs4 and ipv6 are included 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() ] --- diff --git a/modules.d/98systemd/module-setup.sh b/modules.d/98systemd/module-setup.sh index 3d5abd4c4..d625ea08c 100755 --- a/modules.d/98systemd/module-setup.sh +++ b/modules.d/98systemd/module-setup.sh @@ -19,6 +19,10 @@ depends() { return 0 } +installkernel() { + instmods autofs4 ipv6 +} + # called by dracut install() { local _mods