a56a5e
From 7cab5fbf59bb0d1f654e7fbc888513367f4ea65d Mon Sep 17 00:00:00 2001
a56a5e
From: =?UTF-8?q?Cristian=20Rodr=C3=ADguez?= <crrodriguez@opensuse.org>
a56a5e
Date: Mon, 16 Jun 2014 01:13:44 -0400
a56a5e
Subject: [PATCH] systemd: Optionally, include efivarsfs module
a56a5e
a56a5e
It is, however not an error if this module can't be found.
a56a5e
a56a5e
(cherry picked from commit f46c2fff717d0036bf3cd4d6c1c9af28eb46ceb1)
a56a5e
---
a56a5e
 modules.d/98systemd/module-setup.sh | 1 +
a56a5e
 1 file changed, 1 insertion(+)
a56a5e
a56a5e
diff --git a/modules.d/98systemd/module-setup.sh b/modules.d/98systemd/module-setup.sh
1755ca
index 36a0505b..19be587a 100755
a56a5e
--- a/modules.d/98systemd/module-setup.sh
a56a5e
+++ b/modules.d/98systemd/module-setup.sh
a56a5e
@@ -19,6 +19,7 @@ depends() {
a56a5e
 
a56a5e
 installkernel() {
a56a5e
     instmods autofs4 ipv6
a56a5e
+    instmods -s efivarfs
a56a5e
 }
a56a5e
 
a56a5e
 install() {