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

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