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
[hb]: Add fwget information
Add some information about how to install firmware for graphic cards.
Differential Revision: https://reviews.freebsd.org/D56428
Reviewed by: carlavilla@