-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
image.yaml: enable sysroot-ro #304
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - do you have a good idea of this breaking anything?
After #303, we're essentially already using it. This is more so that we don't go back to not use it once we make it opt-in in cosa (coreos/coreos-assembler#1235). I think most issues have been shaken out now. At least updates work, so any other remaining issues we should be able to fix in follow-ups if necessary. |
Let's hold this until coreos/coreos-assembler#1235 merges in case the field name changes there. |
We want to use the new read-only `/sysroot` feature of libostree. Opt-in to that to tell cosa we support it and want it. For more details, see: ostreedev/ostree#1265 coreos/coreos-assembler#1235
See coreos/fedora-coreos-tracker#343 (comment) Basically we need to make raw `ostree` operations work and not just `ostree admin`. Pairs with coreos/fedora-coreos-config#304
Force pushed this to update to the new name from coreos/coreos-assembler#1235 |
Per coreos/coreos-assembler#1235 (comment) it sounds like this needs to merge first. |
LGTM merging |
We want to use the new read-only
/sysroot
feature of libostree. Opt-into that to tell cosa we support it and want it.
For more details, see:
ostreedev/ostree#1265
coreos/coreos-assembler#1235