]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
fips: also install /etc/system-fips in the initramfs
authorHarald Hoyer <harald@redhat.com>
Mon, 4 Nov 2013 16:29:15 +0000 (17:29 +0100)
committerHarald Hoyer <harald@redhat.com>
Tue, 29 Jul 2014 09:52:03 +0000 (11:52 +0200)
modules.d/01fips/module-setup.sh

index 1ab4999a31b659fe8628dcf075b5e7c0ed59eeac..35cfdc5a20f40da2f7828313eb16751190d64d05 100755 (executable)
@@ -41,5 +41,6 @@ install() {
         libssl.so 'hmaccalc/sha512hmac.hmac' libssl.so.10
 
     inst_multiple -o prelink
+    inst_simple /etc/system-fips
 }