aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Karels <karels@FreeBSD.org>2023-11-29 22:12:34 +0000
committerMike Karels <karels@FreeBSD.org>2023-11-29 22:17:25 +0000
commita8880997e081f885cd44915dd14cae04192be4f2 (patch)
treee4c2334ab80a2e35be7aab0f6958c91c38b04ffa
parenta8550210927eaf4e1affa43c83dfda83b4af216c (diff)
downloaddoc-a8880997e081f885cd44915dd14cae04192be4f2.tar.gz
doc-a8880997e081f885cd44915dd14cae04192be4f2.zip
14.0 relnotes: fix second instance of BIOS/GPT bootcode requirement
In the review for the last change, the space requirement for BIOS/GPT was changed from 256K to 180K. Change a second instance to correspond.
-rw-r--r--website/content/en/releases/14.0R/relnotes.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/website/content/en/releases/14.0R/relnotes.adoc b/website/content/en/releases/14.0R/relnotes.adoc
index 2c2e98f487..dc10c0f734 100644
--- a/website/content/en/releases/14.0R/relnotes.adoc
+++ b/website/content/en/releases/14.0R/relnotes.adoc
@@ -101,7 +101,7 @@ If updating with a UFS root, the bootcode can be updated by running the command
Note that the `freebsd-boot` partition size is running up against a hard limit, and this scheme may not be supportable in the future.
Users of such systems should consider an upgrade to EFI, possibly by carving space from an existing swap partition.
-If the systems boots via BIOS and uses the MBR partition scheme, or has a GPT `freebsd-boot` partition smaller than 256K, then it is not possible to update the bootcode, and therefore to upgrade the root ZFS storage pool.
+If the systems boots via BIOS and uses the MBR partition scheme, or has a GPT `freebsd-boot` partition smaller than 180K, then it is not possible to update the bootcode, and therefore to upgrade the root ZFS storage pool.
[IMPORTANT]
====