-
Notifications
You must be signed in to change notification settings - Fork 143
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
feat: add bootc support to redhat_upgrade #986
Conversation
12b4452
to
7932ca9
Compare
Hi, in what distros, |
In Fedora Silverblue/other atomic variants! https://docs.fedoraproject.org/en-US/bootc/getting-started/ (Technically you can already use it too! Pretty exciting right) |
Ill be updating the Fedora Immutable part too |
|
388fe06
to
81af887
Compare
Works fine when using a configuration file like this one: [misc]
only = ["system"]
[linux]
bootc = true
rpm_ostree = true # supercedes rpm-ostree when bootc is enabled Output:
|
Co-authored-by: Steve Lau <stevelauc@outlook.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
What does this PR do
This PR adds Bootc support for redhat_upgrade as they are going to ship this as the default starting with F42 Atomic AFAIK. It takes precedence over
rpm-ostree
if it is enabled.Standards checklist
CONTRIBUTING.md
If you developed a feature or a bug fix for someone else and you do not have the
means to test it, please tag this person here.