From f0d628fb36382e8dbd22febff97f41a39f33ac78 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 15 Mar 2023 15:44:46 -0400 Subject: [PATCH] README.md: Update status to reflect current reality Came up re https://github.com/coreos/fedora-coreos-tracker/issues/1441 Co-authored-by: Benjamin Gilbert --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bd8215f2..c566d01c 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,18 @@ that's for tools like `grubby` and `ostree`. ## Status -Currently a work in progress and is not ready to ship for production -updates, but early feedback on the design is appreciated! +bootupd supports updating GRUB and shim for UEFI firmware on +x86_64 and aarch64, and GRUB for BIOS firmware on x86_64. +The project is [deployed in Fedora CoreOS](https://docs.fedoraproject.org/en-US/fedora-coreos/bootloader-updates/) and derivatives, +and is also used by the new [`bootc install`](https://github.com/containers/bootc/#using-bootc-install) +functionality. The bootupd CLI should be considered stable. + +bootupd does not yet perform updates in a way that is safe +against a power failure at the wrong moment, or +against a buggy bootloader update that fails to boot +the system. + +Therefore, by default, bootupd updates the bootloader only when manually instructed to do so. ## Relationship to other projects