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

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