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

WIP: Add support for --replace-mode=alongside for ostree target #137

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

Commits on Oct 2, 2023

  1. WIP: Add support for --replace-mode=alongside for ostree target

    Ironically our support for `--replace-mode=alongside` breaks
    when we're targeting an already extant ostree host, because when
    we first blow away the `/boot` directory, this means the ostree
    stack loses its knowledge that we're in a booted deployment,
    and will attempt to GC it...
    
    ostreedev/ostree-rs-ext@8fa019b
    is a key part of the fix for that.
    
    However, a notable improvement we can do here is to grow this
    whole thing into a real "factory reset" mode, and this will
    be a compelling answer to
    coreos/fedora-coreos-tracker#399
    
    To implement this though we need to support configuring the
    stateroot and not just hardcode `default`.
    
    Signed-off-by: Colin Walters <walters@verbum.org>
    cgwalters committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    22671b5 View commit details
    Browse the repository at this point in the history