From 6bd952631375a453bff7771eaa0687acaa02b12f Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Sep 29 2016 14:58:04 +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 260733d..c11492d 100644 --- a/fedora-atomic-docker-host.json +++ b/fedora-atomic-docker-host.json @@ -82,7 +82,8 @@ "oci-register-machine", "oci-systemd-hook", "mdadm", - "runc"], + "runc", + "dracut-fips"], "default_target": "multi-user.target",