Blame SOURCES/0183-systemd-Optionally-include-efivarsfs-module.patch

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