From 2257dd6cb561030fb086e08b8adf39043d42f9fb Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 26 Feb 2024 16:12:33 -0500 Subject: [PATCH] Enable composefs root This partially reverts commit 7977ead6e48c89706021aa1c867b5d3757ebeac6 and effectively migrates the change from https://github.com/CentOS/centos-bootc-dev/pull/27/commits/8f5be0937144b602d8c1fdcaff4c51777b8cb254 and https://github.com/CentOS/centos-bootc-dev/pull/32/commits/14ab1c5847afbd5a47c5fd023c0720e4a6d99b31 to here. Signed-off-by: Colin Walters --- copr-walters-fasttracks.repo | 1 - tier-0/ostree.yaml | 5 ++--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/copr-walters-fasttracks.repo b/copr-walters-fasttracks.repo index 563806f8..20233225 100644 --- a/copr-walters-fasttracks.repo +++ b/copr-walters-fasttracks.repo @@ -8,4 +8,3 @@ gpgkey=https://download.copr.fedorainfracloud.org/results/walters/fedora-bootc-f repo_gpgcheck=0 enabled=1 enabled_metadata=1 - diff --git a/tier-0/ostree.yaml b/tier-0/ostree.yaml index 5f73b46a..b593c928 100644 --- a/tier-0/ostree.yaml +++ b/tier-0/ostree.yaml @@ -7,9 +7,8 @@ postprocess: #!/usr/bin/env bash mkdir -p /usr/lib/ostree cat > /usr/lib/ostree/prepare-root.conf << EOF - # TODO disabled due to https://github.com/osbuild/bootc-image-builder/issues/149 - #[root] - #transient = true + [composefs] + enabled = true [sysroot] readonly = true EOF