From ae9922cdf0ae742246c74c5c03322740088408f3 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Jun 03 2017 18:13:22 +0000 Subject: manifest: Enable tmp-is-dir Depends on: https://pagure.io/fedora-kickstarts/pull-request/239 This allows admins to more easily enable tmpfs if they want. --- diff --git a/fedora-atomic-docker-host.json b/fedora-atomic-docker-host.json index 47e6a2b..2ac42fc 100644 --- a/fedora-atomic-docker-host.json +++ b/fedora-atomic-docker-host.json @@ -5,6 +5,8 @@ "selinux": true, + "tmp-is-dir": true, + "documentation": false, "automatic_version_prefix": "25",