]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
systemd: Optionally, include efivarsfs module
authorCristian Rodríguez <crrodriguez@opensuse.org>
Mon, 16 Jun 2014 05:13:44 +0000 (01:13 -0400)
committerHarald Hoyer <harald@redhat.com>
Fri, 20 Jun 2014 12:34:27 +0000 (14:34 +0200)
It is, however not an error if this module can't be found.

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

index cf1b2e71f12a6562c4475fd02a254f7b553a1293..dd82ecebe419b5b845220829032067622478f966 100755 (executable)
@@ -21,6 +21,7 @@ depends() {
 
 installkernel() {
     instmods autofs4 ipv6
+    instmods -s efivarfs
 }
 
 # called by dracut