From 4667b12d52f656e270793cc7520c03734c4c3ad5 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 16 Jan 2024 09:13:23 -0500 Subject: [PATCH] docs: Fix FCOS description We now have bootc packaged, so let's just tell people to use that. Closes: https://github.com/containers/bootc/issues/259 Signed-off-by: Colin Walters --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index c7ab373e..a5872e65 100644 --- a/docs/index.md +++ b/docs/index.md @@ -70,7 +70,7 @@ Many users will be more interested in base (container) images. For pre-built base images: -* [Fedora CoreOS](https://quay.io/repository/fedora/fedora-coreos) can be used as a base image; you will need to [enable bootc](https://github.com/coreos/rpm-ostree/blob/main/docs/bootc.md) there. +* [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. * There is also an in-development [centos-boot](https://github.com/centos/centos-boot) project. 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.