]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
crypt: install drbg unconditionally in hostonly mode
authorHarald Hoyer <harald@redhat.com>
Thu, 9 Jul 2015 14:14:50 +0000 (16:14 +0200)
committerHarald Hoyer <harald@redhat.com>
Wed, 11 Nov 2015 14:51:46 +0000 (15:51 +0100)
older kernels had the drbg kernel module and didn't need it

(cherry picked from commit 89948e58fd0f80def0912c18c503912873aa9c48)

modules.d/90crypt/module-setup.sh

index e8c690ebe445c1bf34052c7507f76639f756dec3..4df520cb8b06d98ce8bd83098bc0f8032a7d379d 100755 (executable)
@@ -25,6 +25,7 @@ depends() {
 # called by dracut
 installkernel() {
     instmods dm_crypt =crypto
+    hostonly="" instmods drbg
 }
 
 # called by dracut