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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Jul 3, 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
    omertuc committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    9f34577 View commit details
    Browse the repository at this point in the history