-
Notifications
You must be signed in to change notification settings - Fork 140
status: Mention rpm-ostree vs bootc #1645
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
Conversation
Signed-off-by: Colin Walters <walters@verbum.org>
598429d
to
d326ba5
Compare
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.
Code Review
This pull request adds a documentation section to bootc-status.8.md
to explain how to differentiate between a bootc
-managed and an rpm-ostree
-managed system. The explanation is valuable. My feedback focuses on improving the clarity and readability of the new text to make it even more helpful for users.
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.
Seems sane to me!
and tools like rpm-ostree end up sharing the same code and doing effectively the same thing. | ||
Hence, there isn't a mechanism to detect if a system "is bootc" or "is rpm-ostree". | ||
|
||
However, if the `incompatible` flag is set on a deployment, then there are layered packages and |
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.
However, if the `incompatible` flag is set on a deployment, then there are layered packages and | |
However, if the `incompatible` flag is set on a deployment in the `bootc status --json` output, then there are layered packages and |
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.
LGTM
Opened coreos/zincati#1316 related to this. |
Thanks for adding this, I was just looking for this. LGTM |
No description provided.