aboutsummaryrefslogtreecommitdiff
path: root/website/content/en/releases/13.0R/relnotes.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'website/content/en/releases/13.0R/relnotes.adoc')
-rw-r--r--website/content/en/releases/13.0R/relnotes.adoc7
1 files changed, 3 insertions, 4 deletions
diff --git a/website/content/en/releases/13.0R/relnotes.adoc b/website/content/en/releases/13.0R/relnotes.adoc
index 36b280ad5f..046186e239 100644
--- a/website/content/en/releases/13.0R/relnotes.adoc
+++ b/website/content/en/releases/13.0R/relnotes.adoc
@@ -222,8 +222,7 @@ The clang, lld, and lldb utilities and compiler-rt, llvm, libunwind, and libc++
The new man:getlocalbase[3] function in libutil retrieves the LOCALBASE path in a standard way. gitref:30d21d27953[repository=src]
-Removed the man:cap_random[3] function as it has been
-superseeded by man:getrandom[2]. gitref:a76f78dc3f43[repository=src]
+Removed the man:cap_random[3] function as it has been superseded by man:getrandom[2]. gitref:a76f78dc3f43[repository=src]
A new Linux-compatible man:copy_file_range[2] system call supports efficient
file copies.
@@ -476,12 +475,12 @@ The man:efibootmgr[8] utility now supports the `-E` flag to query which EFI Syst
The man:efibootmgr[8] utility now supports the `-f` and `-F` flags to set or clear a request to boot to the UEFI user interface on the next boot. gitref:83c4237258d[repository=src] {{< sponsored "Ampere Computing, Inc." >}}
-Prior releases had a complete ms-dos formatted filesystem packaged into boot1.efifat.
+Prior releases had a complete MS-DOS formatted filesystem packaged into [.filename]#/boot/boot1.efifat#.
Older versions of FreeBSD installed this filesystem image into a raw partition.
However, uses of the ESP have proliferated, making this inflexible approach no longer desirable.
Users have varied needs for the size of this partition, and multiple booting setups require more detailed access.
To update old ESP partitions, users should stop using the man:gpart[8] utility.
-Instead, ESP partitions should be mounted as MS-DOS filesystems as [.filename]#/boot/efi#, and [.filename]#/boot/loader.efi# should be copied to [.filename]#/boot/efi/efi/boot/bootx64.efi# if the default setup is use.
+Instead, ESP partitions should be mounted as MS-DOS filesystems as [.filename]#/boot/efi#, and [.filename]#/boot/loader.efi# should be copied to [.filename]#/boot/efi/efi/boot/bootx64.efi# if the default setup is used.
If the man:efibootmgr[8] utility is used to customize the boot environment, this file should be copied to the location set with the `-l` flag.