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: Make stateroot configurable #622

Merged
merged 1 commit into from
Sep 9, 2024

Commits on Sep 7, 2024

  1. install: Make stateroot configurable

    This commit makes it so that the `bootc install` stateroot will be
    configurable (it defaults to `default`). For now this is a hidden CLI
    option until we decide whether we want to commit to this API.
    
    In the future we also want to make the stateroot of `bootc switch` be
    configurable (containers#617) so that
    users can install an image to a new stateroot while they already have an
    existing stateroot
    
    Also removed the constant `STATEROOT_DEFAULT`, we're now simply taking
    it from the `ostree_ext` crate
    
    Signed-off-by: Omer Tuchfeld <[email protected]>
    omertuc committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    d17e471 View commit details
    Browse the repository at this point in the history