Blame 0111-crypt-install-drbg-unconditionally-in-hostonly-mode.patch
|
Harald Hoyer |
bb31e7 |
From 9af753c46896cfcb5480bbb1dd896e042043349c Mon Sep 17 00:00:00 2001
|
|
Harald Hoyer |
bb31e7 |
From: Harald Hoyer <harald@redhat.com>
|
|
Harald Hoyer |
bb31e7 |
Date: Thu, 9 Jul 2015 16:14:50 +0200
|
|
Harald Hoyer |
bb31e7 |
Subject: [PATCH] crypt: install drbg unconditionally in hostonly mode
|
|
Harald Hoyer |
bb31e7 |
|
|
Harald Hoyer |
bb31e7 |
older kernels had the drbg kernel module and didn't need it
|
|
Harald Hoyer |
bb31e7 |
|
|
Harald Hoyer |
bb31e7 |
(cherry picked from commit 89948e58fd0f80def0912c18c503912873aa9c48)
|
|
Harald Hoyer |
bb31e7 |
---
|
|
Harald Hoyer |
bb31e7 |
modules.d/90crypt/module-setup.sh | 1 +
|
|
Harald Hoyer |
bb31e7 |
1 file changed, 1 insertion(+)
|
|
Harald Hoyer |
bb31e7 |
|
|
Harald Hoyer |
bb31e7 |
diff --git a/modules.d/90crypt/module-setup.sh b/modules.d/90crypt/module-setup.sh
|
|
Harald Hoyer |
bb31e7 |
index e8c690e..4df520c 100755
|
|
Harald Hoyer |
bb31e7 |
--- a/modules.d/90crypt/module-setup.sh
|
|
Harald Hoyer |
bb31e7 |
+++ b/modules.d/90crypt/module-setup.sh
|
|
Harald Hoyer |
bb31e7 |
@@ -25,6 +25,7 @@ depends() {
|
|
Harald Hoyer |
bb31e7 |
# called by dracut
|
|
Harald Hoyer |
bb31e7 |
installkernel() {
|
|
Harald Hoyer |
bb31e7 |
instmods dm_crypt =crypto
|
|
Harald Hoyer |
bb31e7 |
+ hostonly="" instmods drbg
|
|
Harald Hoyer |
bb31e7 |
}
|
|
Harald Hoyer |
bb31e7 |
|
|
Harald Hoyer |
bb31e7 |
# called by dracut
|