File tree 1 file changed +12
-2
lines changed
1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,18 @@ that's for tools like `grubby` and `ostree`.
31
31
32
32
## Status
33
33
34
- Currently a work in progress and is not ready to ship for production
35
- updates, but early feedback on the design is appreciated!
34
+ bootupd supports updating GRUB and shim for UEFI firmware on
35
+ x86_64 and aarch64, and GRUB for BIOS firmware on x86_64.
36
+ The project is [ deployed in Fedora CoreOS] ( https://docs.fedoraproject.org/en-US/fedora-coreos/bootloader-updates/ ) and derivatives,
37
+ and is also used by the new [ ` bootc install ` ] ( https://github.com/containers/bootc/#using-bootc-install )
38
+ functionality. The bootupd CLI should be considered stable.
39
+
40
+ bootupd does not yet perform updates in a way that is safe
41
+ against a power failure at the wrong moment, or
42
+ against a buggy bootloader update that fails to boot
43
+ the system.
44
+
45
+ Therefore, by default, bootupd updates the bootloader only when manually instructed to do so.
36
46
37
47
## Relationship to other projects
38
48
You can’t perform that action at this time.
0 commit comments