Skip to content
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

install: Drop setting immutable bit on physical / #318

Merged
merged 1 commit into from
Feb 12, 2024

Commits on Feb 9, 2024

  1. install: Drop setting immutable bit on physical /

    I've gone back and forth on this one over time; lately my
    thought is that conceptually `/` is stuff that bootc/ostree doesn't
    actually own, and so we shouldn't add this bit.
    
    For a use case of e.g. testing out bootc via an "alongside" install,
    we would want to enable rolling back to the non-bootc state
    (at some point in the future when we e.g. save the original `/boot`)
    and the immutable bit would be a thing we'd then need to undo.
    
    The readonly bind mount over `/sysroot` should be sufficient for
    our use cases.
    
    Signed-off-by: Colin Walters <walters@verbum.org>
    cgwalters committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    aa89956 View commit details
    Browse the repository at this point in the history