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

bootc: Add support for --transient #2155

Open
wants to merge 1 commit into
base: bootc
Choose a base branch
from

Commits on Nov 12, 2024

  1. Add support for --transient

    Adds support for the --transient option on all transactions. Passing
    --transient on a bootc system will call `bootc usr-overlay` to create a
    transient writeable /usr and continue the transaction.
    
    Specifying --transient on a non-bootc system will throw an error; we
    don't want to mislead users to thinking this feature works on non-bootc
    systems.
    
    If --transient is not specified and the bootc system is in a locked
    state, the operation will be aborted and a message will be printed
    suggesting to try again with --transient.
    evan-goode committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    2eef46d View commit details
    Browse the repository at this point in the history