This repository has been archived by the owner on Nov 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27
key composefs/transient handling off label #607
Comments
Just going to summarize what I remember from a sync @cgwalters and I had related to this and containers/bootc#372.
|
cgwalters
added a commit
to cgwalters/rpm-ostree
that referenced
this issue
Mar 1, 2024
This was referenced Mar 1, 2024
related PR in coreos/rpm-ostree#4850 |
cgwalters
added a commit
to cgwalters/ostree-rs-ext
that referenced
this issue
Mar 11, 2024
To test things related to ostreedev#607
cgwalters
added a commit
to cgwalters/rpm-ostree
that referenced
this issue
Mar 14, 2024
cgwalters
added a commit
to cgwalters/rpm-ostree
that referenced
this issue
Mar 14, 2024
cgwalters
added a commit
to cgwalters/rpm-ostree
that referenced
this issue
Mar 14, 2024
xref ostreedev/ostree-rs-ext#607 We need to support having `/opt` and `/usr/local` be directly on the rootfs. Change the existing knob for this to be more configurable. The stateoverlay path is now an internal-only knob; we expect people to do that externally.
jlebon
pushed a commit
to cgwalters/rpm-ostree
that referenced
this issue
Mar 14, 2024
xref ostreedev/ostree-rs-ext#607 We need to support having `/opt` and `/usr/local` be directly on the rootfs. Change the existing knob for this to be more configurable. The stateoverlay path is now an internal-only knob; we expect people to do that externally.
cgwalters
added a commit
to coreos/rpm-ostree
that referenced
this issue
Mar 14, 2024
xref ostreedev/ostree-rs-ext#607 We need to support having `/opt` and `/usr/local` be directly on the rootfs. Change the existing knob for this to be more configurable. The stateoverlay path is now an internal-only knob; we expect people to do that externally.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Per discussion related to containers/bootc#372 we want to allow configuring non-
/usr
content in a derived image and hence we need to stop parsing it just from the base commit.So one strawman here is to parse a label in the metadata.
Another entirely different bigger path is to rework things to always operate on the squashed image like containers/bootc#215 does (or just target that)
Also because users may be relying
/usr/local
->/var/usrlocal
right now to store data we cannot automatically switch what that does if composefs happens to be enabled...at least for FCOS and existing ostree users.The text was updated successfully, but these errors were encountered: