Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,14 @@ The project is used in Bootable Containers and ostree/rpm-ostree based systems:
- [`bootc install`](https://github.com/containers/bootc/#using-bootc-install)
- [Fedora CoreOS](https://docs.fedoraproject.org/en-US/fedora-coreos/bootloader-updates/)
- Fedora Atomic Desktops
- Fedora IoT
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

For consistency with other items in the list and to improve user experience, consider adding a link to the Fedora IoT project page.

Suggested change
- Fedora IoT
- [Fedora IoT](https://fedoraproject.org/iot/)


On systems booted using a UEFI firmware, bootloader updates performed by
bootupd are now considered safe, even in case of power failures (see:
[issue#454](https://github.com/coreos/bootupd/issues/454)).

On other systems (BIOS, etc.), bootloader updates performed by bootupd not safe
against a power failures at the wrong time.
On other systems (BIOS, etc.), bootloader updates performed by bootupd are not
safe against a power failures at the wrong time.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

There is a small grammatical error in this line. "a power failures" should be either "a power failure" (singular) or "power failures" (plural). The plural form seems more appropriate here.

Suggested change
safe against a power failures at the wrong time.
safe against power failures at the wrong time.


Note that bootupd does not yet perform updates in a way that is safe against a
buggy bootloader update that fails to boot the system. This is tracked in
Expand Down
Loading