From: Harald Hoyer Date: Thu, 9 Jul 2015 14:14:50 +0000 (+0200) Subject: crypt: install drbg unconditionally in hostonly mode X-Git-Tag: 044~77 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9af753c46896cfcb5480bbb1dd896e042043349c;p=thirdparty%2Fdracut.git crypt: install drbg unconditionally in hostonly mode older kernels had the drbg kernel module and didn't need it (cherry picked from commit 89948e58fd0f80def0912c18c503912873aa9c48) --- diff --git a/modules.d/90crypt/module-setup.sh b/modules.d/90crypt/module-setup.sh index e8c690ebe..4df520cb8 100755 --- a/modules.d/90crypt/module-setup.sh +++ b/modules.d/90crypt/module-setup.sh @@ -25,6 +25,7 @@ depends() { # called by dracut installkernel() { instmods dm_crypt =crypto + hostonly="" instmods drbg } # called by dracut