Blame SOURCES/0249-crypt-add-drbg-kernel-module.patch

712866
From bd98c4def15c64c5d34b13e54991d672104ca1d0 Mon Sep 17 00:00:00 2001
712866
From: Harald Hoyer <harald@redhat.com>
712866
Date: Thu, 2 Jul 2015 15:00:41 +0200
712866
Subject: [PATCH] crypt: add drbg kernel module
712866
712866
---
712866
 modules.d/90crypt/module-setup.sh | 2 +-
712866
 1 file changed, 1 insertion(+), 1 deletion(-)
712866
712866
diff --git a/modules.d/90crypt/module-setup.sh b/modules.d/90crypt/module-setup.sh
5c6c2a
index 267d39d5..272e527d 100755
712866
--- a/modules.d/90crypt/module-setup.sh
712866
+++ b/modules.d/90crypt/module-setup.sh
712866
@@ -23,7 +23,7 @@ depends() {
712866
 }
712866
 
712866
 installkernel() {
712866
-    instmods dm_crypt =crypto
712866
+    instmods dm_crypt =crypto drbg
712866
 }
712866
 
712866
 cmdline() {