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

Ignition tweaks to work with composefs #2404

Merged
merged 1 commit into from
Jun 18, 2023

Commits on Jun 2, 2023

  1. overlay: Ignition tweaks to work with composefs

    This is to enable ostree+composefs:
    ostreedev/ostree#2867
    
    When we care about the *physical* backing filesystem, we need to
    look at /sysroot/sysroot (which in the real root is `/sysroot`)
    because now `/sysroot` (aka `/` in the real root) is a composefs
    (really an `overlayfs` with a transient loop-mounted erofs), which
    is distinct from the physical root.
    
    Co-authored-by: Colin Walters <walters@verbum.org>
    alexlarsson and cgwalters committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    eadd4c8 View commit details
    Browse the repository at this point in the history