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: Stop reading kargs from container root, use ostree #882

Merged
merged 1 commit into from
Nov 8, 2024

Commits on Nov 8, 2024

  1. install: Stop reading kargs from container root, use ostree

    Part of containers#879
    
    Basically we want to be able to `bootc install` outside of
    a container. For the same reasons actually that we already support
    parsing kargs from an ostree commit (without materializing it
    as a filesystem), just expose a small wrapper for that API
    via `pub(crate)` and use it in between the "pull" and "deploy" phases.
    
    We basically do the same thing on `bootc upgrade`.
    
    - v2: Clean up the multiple copies of the kargs path into a `const`
    
    Signed-off-by: Colin Walters <[email protected]>
    cgwalters committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    b783278 View commit details
    Browse the repository at this point in the history