Blame SOURCES/0283-crypt-install-drbg-unconditionally-in-hostonly-mode.patch

49a75f
From 89948e58fd0f80def0912c18c503912873aa9c48 Mon Sep 17 00:00:00 2001
49a75f
From: Harald Hoyer <harald@redhat.com>
49a75f
Date: Thu, 9 Jul 2015 16:14:50 +0200
49a75f
Subject: [PATCH] crypt: install drbg unconditionally in hostonly mode
49a75f
49a75f
older kernels had the drbg kernel module and didn't need it
49a75f
---
49a75f
 modules.d/90crypt/module-setup.sh | 3 ++-
49a75f
 1 file changed, 2 insertions(+), 1 deletion(-)
49a75f
49a75f
diff --git a/modules.d/90crypt/module-setup.sh b/modules.d/90crypt/module-setup.sh
49a75f
index dbc87a4..bd37d9a 100755
49a75f
--- a/modules.d/90crypt/module-setup.sh
49a75f
+++ b/modules.d/90crypt/module-setup.sh
49a75f
@@ -23,7 +23,8 @@ depends() {
49a75f
 }
49a75f
 
49a75f
 installkernel() {
49a75f
-    instmods dm_crypt =crypto drbg
49a75f
+    instmods dm_crypt =crypto
49a75f
+    hostonly="" instmods drbg
49a75f
 }
49a75f
 
49a75f
 cmdline() {