]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
fips: add lzo module
authorHarald Hoyer <harald@redhat.com>
Fri, 8 Mar 2013 06:05:55 +0000 (07:05 +0100)
committerHarald Hoyer <harald@redhat.com>
Fri, 8 Mar 2013 06:05:55 +0000 (07:05 +0100)
modules.d/01fips/module-setup.sh

index 6b3e444b246eccae30e65cd62c905d8bf1bc55fd..895313294681273889364a99baf42a279794a07d 100755 (executable)
@@ -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"