mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Document NANO_ARCH which is no longer hard coded as of r205980.
Approved by: imp@
This commit is contained in:
parent
cb958aba98
commit
1ec7492c4e
1 changed files with 4 additions and 1 deletions
|
|
@ -24,7 +24,7 @@
|
|||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd March 16, 2009
|
||||
.Dd May 20, 2010
|
||||
.Dt NANOBSD 8
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
|
@ -203,6 +203,9 @@ Build name (used to construct the working directory names).
|
|||
Path to the source tree used to build the image.
|
||||
.It Va NANO_KERNEL
|
||||
Name of the kernel configuration file used to build the kernel.
|
||||
.It Va NANO_ARCH
|
||||
Machine processor architecture to build. Defaults to output of
|
||||
.Cm uname -p .
|
||||
.It Va NANO_BOOT0CFG
|
||||
Controls the options passed to
|
||||
.Xr boot0cfg 8 ;
|
||||
|
|
|
|||
Loading…
Reference in a new issue