diff options
| author | Thomas Quinot <thomas@FreeBSD.org> | 2004-08-16 22:52:40 +0000 |
|---|---|---|
| committer | Thomas Quinot <thomas@FreeBSD.org> | 2004-08-16 22:52:40 +0000 |
| commit | bbd7f0bea4a862731bf38350afb085af6c9268de (patch) | |
| tree | cf242eafd65ad066ff73b972574a15ea87cc9918 /tools | |
| parent | 6bd599a05060462a0673aecfd6a27cebc89ca998 (diff) | |
Notes
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/tools/nanobsd/make.conf | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tools/tools/nanobsd/make.conf b/tools/tools/nanobsd/make.conf index 653a228a361a1..968c4e6ac0493 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 |
