git: a8ec81e79871 - main - Mention boot1.efi since it is an image of 800KB FAT filesystem stored as /EFI/BOOT/BOOTX64.EFI. Differential Revision: https://reviews.freebsd.org/D27782

Kevin Lo kevlo at FreeBSD.org
Mon Dec 28 02:31:20 UTC 2020


The branch main has been updated by kevlo:

URL: https://cgit.FreeBSD.org/src/commit/?id=a8ec81e79871de98e30ce572a313f3f8d059ce7b

commit a8ec81e79871de98e30ce572a313f3f8d059ce7b
Author:     Kevin Lo <kevlo at FreeBSD.org>
AuthorDate: 2020-12-28 02:30:21 +0000
Commit:     Kevin Lo <kevlo at FreeBSD.org>
CommitDate: 2020-12-28 02:30:21 +0000

    Mention boot1.efi since it is an image of 800KB FAT filesystem stored as
    /EFI/BOOT/BOOTX64.EFI.
    Differential Revision:  https://reviews.freebsd.org/D27782
---
 share/man/man8/uefi.8 | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/share/man/man8/uefi.8 b/share/man/man8/uefi.8
index 4224af835738..9214dec8e20d 100644
--- a/share/man/man8/uefi.8
+++ b/share/man/man8/uefi.8
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd May 9, 2020
+.Dd December 28, 2020
 .Dt UEFI 8
 .Os
 .Sh NAME
@@ -118,6 +118,15 @@ system console is automatically selected when booting via
 .Bl -tag -width /boot/loader -compact
 .Nm
 bootstrap
+.It Pa /boot/boot1.efi
+.Xr msdosfs 5
+FAT file system image
+used by
+.Xr bsdinstall 8
+and the
+.Ar bootcode
+argument of
+.Xr gpart 8 .
 .It Pa /boot/loader.efi
 Final stage bootstrap
 .It Pa /boot/kernel/kernel


More information about the dev-commits-src-all mailing list