You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
install: Stop reading kargs from container root, use ostree
Part of #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]>
0 commit comments