From: Cristian Rodríguez Date: Mon, 16 Jun 2014 05:13:44 +0000 (-0400) Subject: systemd: Optionally, include efivarsfs module X-Git-Tag: 038~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f46c2fff717d0036bf3cd4d6c1c9af28eb46ceb1;p=thirdparty%2Fdracut.git systemd: Optionally, include efivarsfs module It is, however not an error if this module can't be found. --- diff --git a/modules.d/98systemd/module-setup.sh b/modules.d/98systemd/module-setup.sh index cf1b2e71f..dd82ecebe 100755 --- a/modules.d/98systemd/module-setup.sh +++ b/modules.d/98systemd/module-setup.sh @@ -21,6 +21,7 @@ depends() { installkernel() { instmods autofs4 ipv6 + instmods -s efivarfs } # called by dracut