From 8d663d883021c977f5679811bf8e34ed1b511325 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mar 26 2018 16:15:10 +0000 Subject: manifest: Set tmp-is-dir to enable tmpfs on /tmp Should help https://bugzilla.redhat.com/show_bug.cgi?id=1559531 --- diff --git a/fedora-workstation-base.json b/fedora-workstation-base.json index a4ffe62..3b0f32b 100644 --- a/fedora-workstation-base.json +++ b/fedora-workstation-base.json @@ -6,6 +6,7 @@ "documentation": true, "boot_location": "new", "etc-group-members": ["wheel"], + "tmp-is-dir": true, "postprocess-script": "post.sh",