diff options
| -rw-r--r-- | website/content/en/releases/15.1R/upgrading.adoc | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/website/content/en/releases/15.1R/upgrading.adoc b/website/content/en/releases/15.1R/upgrading.adoc index 7fb10e9c9c..1378ccb159 100644 --- a/website/content/en/releases/15.1R/upgrading.adoc +++ b/website/content/en/releases/15.1R/upgrading.adoc @@ -105,7 +105,9 @@ freebsd-update install + . **Upgrade the Boot Loader** + -To determine which boot loader to update on your system, run the following command: +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: + [source,shell] ---- @@ -176,7 +178,9 @@ If they exist, compare them with the deployed version (e.g., `diff /etc/rc.conf + . **Upgrade the Boot Loader**: + -To determine which boot loader to update on your system, run the following command: +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: + [source,shell] ---- |
