From 5415d203e821a9d27df6d49d1b5c2b44e389ed6d Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Sep 29 2016 14:58:32 +0000 Subject: manifest: add dracut-fips to enable FIPS mode This package contains the FIPS dracut module, which is required for AH to properly function when booted in FIPS mode. Related: https://bugzilla.redhat.com/show_bug.cgi?id=1377226 --- diff --git a/fedora-atomic-docker-host.json b/fedora-atomic-docker-host.json index 1a1c16c..db1cbf5 100644 --- a/fedora-atomic-docker-host.json +++ b/fedora-atomic-docker-host.json @@ -78,7 +78,8 @@ "oci-register-machine", "oci-systemd-hook", "mdadm", - "runc"], + "runc", + "dracut-fips"], "default_target": "multi-user.target",