From 46332175ab9d9b6e5741ded6fb64fc9ef24ddb39 Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Sep 29 2016 14:58:56 +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 716c4ed..7eb9c7b 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",