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

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