mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-30 02:12:45 +00:00
Add documentation of the newly-added user-configurable Makefile knobs.
Approved by: re (scottl)
This commit is contained in:
parent
6bd599a050
commit
bbd7f0bea4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=133895
@ -38,3 +38,19 @@ NOGAMES=yes
|
|||||||
NOINFO=yes
|
NOINFO=yes
|
||||||
NO_MODULES=yes
|
NO_MODULES=yes
|
||||||
NO_PF=YES
|
NO_PF=YES
|
||||||
|
|
||||||
|
# If this macro is defined, UFS volume labels are used on
|
||||||
|
# the flash image to avoid hardcoding device names.
|
||||||
|
#WITH_GEOM_VOL= yes
|
||||||
|
|
||||||
|
# The configuration slice can be primed by copying a master
|
||||||
|
# directory tree
|
||||||
|
#CFGMASTER= ${.CURDIR}/nanobsd.etc
|
||||||
|
|
||||||
|
# The flash image can be further customized by a script.
|
||||||
|
# An example one is provided.
|
||||||
|
#CUSTOMIZE= ${.CURDIR}/customize.sh
|
||||||
|
|
||||||
|
# The example customization script can be passwd a list of local
|
||||||
|
# files or packages to be installed on the image.
|
||||||
|
#CUSTOMIZE_ARGS= ${.CURDIR}/localfiles
|
||||||
|
Loading…
Reference in New Issue
Block a user