From: Harald Hoyer Date: Thu, 9 Jul 2015 14:14:50 +0000 (+0200) Subject: crypt: install drbg unconditionally in hostonly mode X-Git-Tag: RHEL-7.2~77 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=89948e58fd0f80def0912c18c503912873aa9c48;p=thirdparty%2Fdracut.git crypt: install drbg unconditionally in hostonly mode older kernels had the drbg kernel module and didn't need it --- diff --git a/modules.d/90crypt/module-setup.sh b/modules.d/90crypt/module-setup.sh index dbc87a43c..bd37d9a53 100755 --- a/modules.d/90crypt/module-setup.sh +++ b/modules.d/90crypt/module-setup.sh @@ -23,7 +23,8 @@ depends() { } installkernel() { - instmods dm_crypt =crypto drbg + instmods dm_crypt =crypto + hostonly="" instmods drbg } cmdline() {