From a80dddfcbcc7a7217583e8547de9fd07a7e41a17 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 4 Dec 2023 18:04:07 -0500 Subject: [PATCH] [rawhide] Enable composefs The goal is to start shaking out integration issues. This currently blocks on a release of coreos-installer with https://github.com/coreos/coreos-installer/pull/1203 --- image.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/image.yaml b/image.yaml index 863d4e1207..35d4951ae9 100644 --- a/image.yaml +++ b/image.yaml @@ -3,9 +3,11 @@ # streams. include: image-base.yaml - # We don't have zincati for rawhide, so we can bypass the issues in # https://github.com/coreos/fedora-coreos-tracker/issues/1263 # and enable it by default for rawhide! deploy-via-container: true container-imgref: "ostree-remote-registry:fedora:quay.io/fedora/fedora-coreos:rawhide" + +# Default this to on in rawhide +composefs: true