]> 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>
Mon, 4 Nov 2013 16:32:22 +0000 (17:32 +0100)
modules.d/01fips/module-setup.sh

index fb5a5cd7c227a75b762c6282ebcc72c5724cc968..a4081dc7b2ad9b5871fc845274c1f5d5bb7a92ec 100755 (executable)
@@ -45,5 +45,6 @@ install() {
         libssl.so 'hmaccalc/sha512hmac.hmac' libssl.so.10
 
     inst_multiple -o prelink
+    inst_simple /etc/system-fips
 }