Fix instructions for writing the ZFS bootcode on EFI systems
The previous instructions used "gpart bootcode" which do not work
anymore and result in broken boot on EFI systems. Change the
instructions to mount the EFI partition first and then copy the boot
loader file into the target directory on it. Add a note that the target
file is architecture specific, pointing users to uefi(8) where the file
names are listed per architecture.
PR: 293912
Reviewed by: imp
Differential Revision: https://reviews.freebsd.org/D56643
committers-guide: Switch license to SPDX only
Matching what we did in style(9) and license-guide.
Reviewed by: emaste, imp, mhorne
Differential Revision: https://reviews.freebsd.org/D54444
Status/2026Q1: Fixes
- Change syntax of a numbered list to fix warnings (use actual numbers
instead of repeating "1."'s)
- URL encode "..." to ensure links do not break (replacing ... with …)
15.0: Add more EC2 regions
Add AMI IDs for the Israel, Spain, and Mexico regions.
Fixes: 79ecc1ff4616 ("15.0: Update "latest" AMIs")
Approved by: re (implicit)
Sponsored by: Amazon
releases: Expand rel-latest macro
There are a few places where we compare a RELEASE to it's STABLE branch,
or a RELEASE to it's previous release. Use macros so we can bump these
instead of bumping the numbers constantly.
Outstanding:
- I don't know what to do with rel-latest-previous since we're at a .0
currently, it should be whatever the reader should update to before they
update to 15.0. The jails chapter would benefit greatly from that.
- The syntax for escaping to use a macro inside of a code block is
still I can't figure it out... but other than that it's working well!
Fixes: ff71b333bffa (releases: define rel-latest macro)
Reviewed by: mhorne
Suggested by: Jan Brankamp <crest at rlwinm.de>
Differential Revision: https://reviews.freebsd.org/D56104