From 0a0d47d6724ca50c844b188d44d80bbc3e11b89a Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Sat, 10 Feb 2024 16:06:25 -0500 Subject: [PATCH] docs/CHANGELOG.md: fix uefi booting link --- docs/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index cc10030..082e7a1 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -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