mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
options: Make it clearer some x86 / BIOS only things
Suggested by: jrtc27
Sponsored by: Netflix
(cherry picked from commit bf4f27e85a)
This commit is contained in:
parent
c7379937a2
commit
38b00f73b8
2 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ signature verification and related operations
|
|||
for Verified Exec and
|
||||
.Xr loader 8 .
|
||||
.Pp
|
||||
Due to size constraints, one may need to set
|
||||
Due to size constraints in the BIOS environment on x86, one may need to set
|
||||
.Va LOADERSIZE
|
||||
larger than the
|
||||
default 500000, although often loader is under the 500k limit even with
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
Build pxeboot on i386/amd64.
|
||||
Build pxeboot on i386/amd64 for BIOS booting.
|
||||
The PXE Boot loader package needs more space than we may have in the boot loader.
|
||||
If you need to increase
|
||||
.Va LOADERSIZE
|
||||
|
|
|
|||
Loading…
Reference in a new issue