]> 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>
Tue, 29 Jul 2014 10:00:58 +0000 (12:00 +0200)
It is, however not an error if this module can't be found.

(cherry picked from commit f46c2fff717d0036bf3cd4d6c1c9af28eb46ceb1)

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

index 36a0505b5d74cfc99a6b3ba6216d06fc240e102a..19be587a2c534370777dd0669abe9ffe50c52435 100755 (executable)
@@ -19,6 +19,7 @@ depends() {
 
 installkernel() {
     instmods autofs4 ipv6
+    instmods -s efivarfs
 }
 
 install() {