diff options
| author | Kevin Lo <kevlo@FreeBSD.org> | 2020-12-28 02:30:21 +0000 |
|---|---|---|
| committer | Kevin Lo <kevlo@FreeBSD.org> | 2020-12-28 02:30:21 +0000 |
| commit | a8ec81e79871de98e30ce572a313f3f8d059ce7b (patch) | |
| tree | 3bc921da33e5bebceb32f6d55648bf710515be65 | |
| parent | 4ab7d9f484bc8981e11d644858d3b327aa082d22 (diff) | |
| -rw-r--r-- | share/man/man8/uefi.8 | 11 |
1 files changed, 10 insertions, 1 deletions
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 |
