aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Ziaee <ziaee@FreeBSD.org>2026-07-31 23:42:27 +0000
committerAlexander Ziaee <ziaee@FreeBSD.org>2026-07-31 23:42:27 +0000
commit610d2a460ea374751efe27355b805dd40bbeb86f (patch)
tree184b8ac5739894970a34b3f1d5b908fc40bdb8f0
parent8821b5318e0794f8f6e0e0f1a4e21fbdf305e24f (diff)
15.1: Tidy architecture notes
CPU architectures have a lot of names, only use the names we've been using consistently. Reviewed by: emaste
-rw-r--r--website/content/en/releases/15.1R/upgrading.adoc10
1 files changed, 4 insertions, 6 deletions
diff --git a/website/content/en/releases/15.1R/upgrading.adoc b/website/content/en/releases/15.1R/upgrading.adoc
index 1378ccb159..db85cbf995 100644
--- a/website/content/en/releases/15.1R/upgrading.adoc
+++ b/website/content/en/releases/15.1R/upgrading.adoc
@@ -105,9 +105,8 @@ freebsd-update install
+
. **Upgrade the Boot Loader**
+
-AArch64 (arm64) systems always use the UEFI boot loader.
-On x86 systems (amd64 and i386), run the following command to determine
-which boot loader to update:
+AArch64 systems always use the UEFI boot loader.
+To determine which boot loader to update on AMD64 systems, run the following command:
+
[source,shell]
----
@@ -178,9 +177,8 @@ If they exist, compare them with the deployed version (e.g., `diff /etc/rc.conf
+
. **Upgrade the Boot Loader**:
+
-AArch64 (arm64) systems always use the UEFI boot loader.
-On x86 systems (amd64 and i386), run the following command to determine
-which boot loader to update:
+AArch64 systems always use the UEFI boot loader.
+To determine which boot loader to update on AMD64 systems, run the following command:
+
[source,shell]
----