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

enable host containers and in-place updates to be optional #23

Merged
merged 2 commits into from
Jul 3, 2024

Commits on Jul 2, 2024

  1. updater: handle missing inactive partition set

    If a variant is built without support for in-place updates, it will
    not have the second, "inactive" set of partitions.
    
    Since `signpost` is required for various operations, like marking a
    boot successful, or indicating that the initial boot has finished, it
    cannot be omitted entirely. Teach it to deal with only one partition
    set, by making certain operations either optional or fallible.
    
    Signed-off-by: Ben Cressey <[email protected]>
    bcressey committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    4210412 View commit details
    Browse the repository at this point in the history
  2. os: adjust dependencies for new image features

    Host containers and in-place updates are now optional. Only require
    the supporting software when those image features are enabled.
    
    Signed-off-by: Ben Cressey <[email protected]>
    bcressey committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    095acef View commit details
    Browse the repository at this point in the history