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

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