summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorthomas <thomas@FreeBSD.org>2004-08-16 22:52:40 +0000
committerthomas <thomas@FreeBSD.org>2004-08-16 22:52:40 +0000
commitbf9c75f97dbe9dd9ccf035f5ad76d628ec60788b (patch)
treecf242eafd65ad066ff73b972574a15ea87cc9918 /tools
parent3948d5b6c5f0cd63deebec2a727c882e53840f6a (diff)
downloadFreeBSD-src-bf9c75f97dbe9dd9ccf035f5ad76d628ec60788b.zip
FreeBSD-src-bf9c75f97dbe9dd9ccf035f5ad76d628ec60788b.tar.gz
Add documentation of the newly-added user-configurable Makefile knobs.
Approved by: re (scottl)
Diffstat (limited to 'tools')
-rw-r--r--tools/tools/nanobsd/make.conf16
1 files changed, 16 insertions, 0 deletions
diff --git a/tools/tools/nanobsd/make.conf b/tools/tools/nanobsd/make.conf
index 653a228..968c4e6 100644
--- a/tools/tools/nanobsd/make.conf
+++ b/tools/tools/nanobsd/make.conf
@@ -38,3 +38,19 @@ NOGAMES=yes
NOINFO=yes
NO_MODULES=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
OpenPOWER on IntegriCloud