You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/installation.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,14 @@ You can also build this project like any other Rust project, e.g. `cargo build -
9
9
10
10
Many users will be more interested in base (container) images.
11
11
12
-
For pre-built base images:
12
+
For pre-built base images; any Fedora derivative already using `ostree` can be seamlessly converted into using bootc;
13
+
for example, [Fedora CoreOS](https://quay.io/repository/fedora/fedora-coreos) can be used as a
14
+
base image; you will want to also `rpm-ostree install bootc` in your image builds currently.
15
+
There are some overlaps between `bootc` and `ignition` and `zincati` however; see
16
+
[this pull request](https://github.com/coreos/fedora-coreos-docs/pull/540) for more information.
13
17
14
-
* Any Fedora derivative already using `ostree` can be seamlessly converted into using bootc; for example, [Fedora CoreOS](https://quay.io/repository/fedora/fedora-coreos) can be used as a base image; you will want to also `rpm-ostree install bootc` in your image builds currently.
15
-
* There is also an in-development [centos-boot](https://github.com/centos/centos-boot) project.
18
+
For other derivatives such as the ["Atomic desktops"](https://gitlab.com/fedora/ostree), see
19
+
discussion of [relationships](relationships.md) which particularly covers interactions with rpm-ostree.
16
20
17
-
However, bootc itself is not tied to Fedora derivatives; [this issue](https://github.com/coreos/bootupd/issues/468) tracks the main blocker for other distributions.
21
+
However, bootc itself is not tied to Fedora derivatives;
22
+
[this issue](https://github.com/coreos/bootupd/issues/468) tracks the main blocker for other distributions.
0 commit comments