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

compose: change opt_usrlocal_overlays to be an enum #4850

Merged
merged 2 commits into from
Mar 14, 2024

Commits on Mar 13, 2024

  1. ostree_prepareroot: Add an internal enum

    This will allow us to more cleanly warn in the future
    if composefs is not enabled in some situations.
    cgwalters committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    0c8f873 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. compose: change opt_usrlocal_overlays to be an enum

    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 authored and jlebon committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    42e0541 View commit details
    Browse the repository at this point in the history