We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f688f3 commit a13ba6dCopy full SHA for a13ba6d
docs/src/man/bootc-status.8.md
@@ -24,6 +24,15 @@ change over time.
24
25
Invoke e.g. `bootc status --json`, and check if `status.booted` is not `null`.
26
27
+### Detecting rpm-ostree vs bootc
28
+
29
+There is no "bootc runtime". When used with the default ostree backend, bootc
30
+and tools like rpm-ostree end up sharing the same code and doing effectively the same thing.
31
+Hence, there isn't a mechanism to detect if a system "is bootc" or "is rpm-ostree".
32
33
+However, if the `incompatible` flag is set on a deployment, then there are layered packages and
34
+`rpm-ostree` must be used for mutation.
35
36
# OPTIONS
37
38
<!-- BEGIN GENERATED OPTIONS -->
0 commit comments