From cd82f212143f6cb659b181177579413005b88675 Mon Sep 17 00:00:00 2001 From: Paul Whalen Date: Oct 17 2023 14:16:00 +0000 Subject: Enable unified-core mode Signed-off-by: Paul Whalen --- diff --git a/fedora-iot.conf b/fedora-iot.conf index 9dbb256..d1e641e 100644 --- a/fedora-iot.conf +++ b/fedora-iot.conf @@ -243,6 +243,7 @@ ostree = [ "aarch64": { "version": "!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN", "force_new_commit": True, + "unified_core": True, "treefile": "fedora-iot.json", "config_url": "https://pagure.io/fedora-iot/ostree.git", "config_branch": "main", @@ -258,6 +259,7 @@ ostree = [ "x86_64": { "version": "!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN", "force_new_commit": True, + "unified_core": True, "treefile": "fedora-iot.json", "config_url": "https://pagure.io/fedora-iot/ostree.git", "config_branch": "main",