]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
fips: fixed aes_generic module typo
authorHarald Hoyer <harald@redhat.com>
Mon, 2 Apr 2012 07:01:49 +0000 (09:01 +0200)
committerHarald Hoyer <harald@redhat.com>
Mon, 2 Apr 2012 07:01:49 +0000 (09:01 +0200)
modules.d/01fips/module-setup.sh

index a817c177e6d03cc39d937a6be20f06029a07afe2..a490827fc5f3c2b61be87484f3384db4b3d80f4d 100755 (executable)
@@ -12,7 +12,7 @@ depends() {
 
 installkernel() {
     local _fipsmodules _mod
-    _fipsmodules="aead aes_generici aes-xts aes-x86_64 ansi_cprng cbc ccm chainiv ctr"
+    _fipsmodules="aead aes_generic aes-xts aes-x86_64 ansi_cprng cbc ccm chainiv ctr"
     _fipsmodules+=" des deflate ecb eseqiv hmac seqiv sha256 sha512"
     _fipsmodules+=" cryptomgr crypto_null tcrypt dm-mod dm-crypt"