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

status: Introduce tool to quickly check if we are booted as default #3134

Merged
merged 3 commits into from
Jan 8, 2024

Commits on Jan 5, 2024

  1. status: Introduce tool to quickly check if we are booted as default

    Generally in ostree based systems you would expect to boot into
    deployment 0, in rollback conditions triggered by greenboot-related
    rollbacks this might not be the case. This is a tool to detect this.
    
    Signed-off-by: Eric Curtin <ecurtin@redhat.com>
    ericcurtin committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    1397ee2 View commit details
    Browse the repository at this point in the history
  2. man: Add ostree admin status man page CLI options.

    Document the various CLI options.
    
    Signed-off-by: Eric Curtin <ecurtin@redhat.com>
    ericcurtin committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    c13aef9 View commit details
    Browse the repository at this point in the history
  3. status: Fix --skip-signatures description

    It was a copy-paste of another description, rather than it's own.
    
    Signed-off-by: Eric Curtin <ecurtin@redhat.com>
    ericcurtin committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    46bae54 View commit details
    Browse the repository at this point in the history