From 96704790e4b727c4c54101c8bbbd313571252a52 Mon Sep 17 00:00:00 2001 From: Paul Whalen Date: Tue, 5 Dec 2023 14:41:16 -0500 Subject: [PATCH] Add min-free-space-size to fix compose failure Signed-off-by: Paul Whalen --- fedora-iot-base.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fedora-iot-base.json b/fedora-iot-base.json index 7140481..ba1d7f9 100644 --- a/fedora-iot-base.json +++ b/fedora-iot-base.json @@ -2,6 +2,8 @@ "ref": "fedora/rawhide/${basearch}/iot", "ex-jigdo-spec": "fedora-iot.spec", + "min-free-space-size": "1TB", + "repos": [], "selinux": true,