From: Amadeusz Żołnowski Date: Mon, 7 Mar 2011 16:16:54 +0000 (+0100) Subject: crypt: installing all crypto kernel modules instead of few selected X-Git-Tag: 009~75 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9fe4f5ff25a0fc74c4094ac3bd6509ceff3191e6;p=thirdparty%2Fdracut.git crypt: installing all crypto kernel modules instead of few selected --- diff --git a/modules.d/90crypt/module-setup.sh b/modules.d/90crypt/module-setup.sh index 5b435e5c8..874547770 100755 --- a/modules.d/90crypt/module-setup.sh +++ b/modules.d/90crypt/module-setup.sh @@ -31,8 +31,7 @@ depends() { } installkernel() { - instmods dm_crypt cbc sha256 xts aes aes_generic aesni-intel aes-x86_64 fpu - + instmods dm_crypt =crypto } install() {