docs/CHANGELOG.md: fix uefi booting link

This commit is contained in:
classabbyamp 2024-02-10 16:06:25 -05:00
parent 747535ecb7
commit 0a0d47d672
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5
1 changed files with 1 additions and 1 deletions

View File

@ -502,7 +502,7 @@ Binary releases in the form of a standalone EFI file and a kernel/initramfs pair
* `zbm.set_hostid`
* [xhci-teardown.sh](https://github.com/zbm-dev/zfsbootmenu/blob/master/contrib/xhci-teardown.sh)
The EFI binary can be used as a recovery tool by naming it `BOOTX86.EFI` and adding it to an `EF00` partition on a USB drive. It can also be used as a drop-in bootloader for your system without needing to locally build a copy. See [UEFI Booting](https://docs.zfsbootmenu.org/en/latest/guides/general/uefi-booting.html#booting-the-bundled-executable) for example `efibootmgr` commands.
The EFI binary can be used as a recovery tool by naming it `BOOTX86.EFI` and adding it to an `EF00` partition on a USB drive. It can also be used as a drop-in bootloader for your system without needing to locally build a copy. See [UEFI Booting](https://docs.zfsbootmenu.org/en/latest/general/uefi-booting.html#booting-the-bundled-executable) for example `efibootmgr` commands.
### Other changes