From: Harald Hoyer Date: Fri, 8 Mar 2013 06:05:55 +0000 (+0100) Subject: fips: add lzo module X-Git-Tag: 026~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1161f0377754363adfc339c0f17cfd801fb6b98f;p=thirdparty%2Fdracut.git fips: add lzo module --- diff --git a/modules.d/01fips/module-setup.sh b/modules.d/01fips/module-setup.sh index 6b3e444b2..895313294 100755 --- a/modules.d/01fips/module-setup.sh +++ b/modules.d/01fips/module-setup.sh @@ -14,7 +14,7 @@ installkernel() { local _fipsmodules _mod _fipsmodules="aead aes_generic xts aes-x86_64 ansi_cprng cbc ccm chainiv ctr gcm ghash_generic" _fipsmodules+=" des deflate ecb eseqiv hmac seqiv sha256 sha256_generic sha512 sha512_generic" - _fipsmodules+=" cryptomgr crypto_null tcrypt dm-mod dm-crypt" + _fipsmodules+=" cryptomgr crypto_null tcrypt dm-mod dm-crypt lzo" mkdir -m 0755 -p "${initdir}/etc/modprobe.d"