mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
uefi(8): loader.efi does not search for loader.efi
This man page formerly referred to boot1.efi searching for loader.efi;
when boot1.efi was obsoleted in favour of having loader.efi launched
directly, this was left claiming that loader.efi searched for
loader.efi.
Reviewed by: bcran
Fixes: db8b561345 Rework UEFI ESP generation
Differential Revision: https://reviews.freebsd.org/D32334
This commit is contained in:
parent
d677560dd0
commit
6fa58bfb3e
1 changed files with 0 additions and 18 deletions
|
|
@ -88,24 +88,6 @@ or
|
|||
.Pa /boot/config .
|
||||
.It
|
||||
.Pa loader.efi
|
||||
searches partitions of type
|
||||
.Li freebsd-ufs
|
||||
and
|
||||
.Li freebsd-zfs
|
||||
for
|
||||
.Pa loader.efi .
|
||||
The search begins with partitions on the device from which
|
||||
.Pa loader.efi
|
||||
was loaded, and continues with other available partitions.
|
||||
If both
|
||||
.Li freebsd-ufs
|
||||
and
|
||||
.Li freebsd-zfs
|
||||
partitions exist on the same device the
|
||||
.Li freebsd-zfs
|
||||
partition is preferred.
|
||||
.It
|
||||
.Pa loader.efi
|
||||
loads and boots the kernel, as described in
|
||||
.Xr loader 8 .
|
||||
.El
|
||||
|
|
|
|||
Loading…
Reference in a new issue