mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -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:db8b561345Rework UEFI ESP generation Differential Revision: https://reviews.freebsd.org/D32334 (cherry picked from commit6fa58bfb3e)
This commit is contained in:
parent
c88c1274ca
commit
3afc5f08a9
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