a56a5e
From 20ff2d37cc14f72a97325b12ebb7437efbaf0a8e Mon Sep 17 00:00:00 2001
90b079
From: Harald Hoyer <harald@redhat.com>
90b079
Date: Mon, 4 Nov 2013 17:29:15 +0100
90b079
Subject: [PATCH] fips: also install /etc/system-fips in the initramfs
90b079
90b079
---
90b079
 modules.d/01fips/module-setup.sh | 1 +
90b079
 1 file changed, 1 insertion(+)
90b079
90b079
diff --git a/modules.d/01fips/module-setup.sh b/modules.d/01fips/module-setup.sh
1755ca
index 1ab4999a..35cfdc5a 100755
90b079
--- a/modules.d/01fips/module-setup.sh
90b079
+++ b/modules.d/01fips/module-setup.sh
90b079
@@ -41,5 +41,6 @@ install() {
90b079
         libssl.so 'hmaccalc/sha512hmac.hmac' libssl.so.10
90b079
 
90b079
     inst_multiple -o prelink
90b079
+    inst_simple /etc/system-fips
90b079
 }
90b079