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

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