From 8ec296f9f91bd4d133808244b1f33aa594c21e00 Mon Sep 17 00:00:00 2001 From: Paul Whalen Date: Nov 16 2023 17:15:22 +0000 Subject: Enable unified-core mode Signed-off-by: Paul Whalen --- diff --git a/fedora-iot.conf b/fedora-iot.conf index b3bfc2d..9729de2 100644 --- a/fedora-iot.conf +++ b/fedora-iot.conf @@ -244,6 +244,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", @@ -259,6 +260,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",