Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
Enable composefs root
Browse files Browse the repository at this point in the history
This partially reverts commit 7977ead and
effectively migrates the change from CentOS/centos-bootc-dev@8f5be09
and CentOS/centos-bootc-dev@14ab1c5
to here.

Signed-off-by: Colin Walters <[email protected]>
  • Loading branch information
cgwalters committed Mar 1, 2024
1 parent ec050c0 commit 2257dd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion copr-walters-fasttracks.repo
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ gpgkey=https://download.copr.fedorainfracloud.org/results/walters/fedora-bootc-f
repo_gpgcheck=0
enabled=1
enabled_metadata=1

5 changes: 2 additions & 3 deletions tier-0/ostree.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2257dd6

Please sign in to comment.