You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
623 B
23 lines
623 B
6 years ago
|
From bd98c4def15c64c5d34b13e54991d672104ca1d0 Mon Sep 17 00:00:00 2001
|
||
|
From: Harald Hoyer <harald@redhat.com>
|
||
|
Date: Thu, 2 Jul 2015 15:00:41 +0200
|
||
|
Subject: [PATCH] crypt: add drbg kernel module
|
||
|
|
||
|
---
|
||
|
modules.d/90crypt/module-setup.sh | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/modules.d/90crypt/module-setup.sh b/modules.d/90crypt/module-setup.sh
|
||
|
index 267d39d5..272e527d 100755
|
||
|
--- a/modules.d/90crypt/module-setup.sh
|
||
|
+++ b/modules.d/90crypt/module-setup.sh
|
||
|
@@ -23,7 +23,7 @@ depends() {
|
||
|
}
|
||
|
|
||
|
installkernel() {
|
||
|
- instmods dm_crypt =crypto
|
||
|
+ instmods dm_crypt =crypto drbg
|
||
|
}
|
||
|
|
||
|
cmdline() {
|