Document NANO_CFGDIR and NANO_DATADIR

Submitted by:	n_hibma@
This commit is contained in:
Warner Losh 2010-11-10 00:39:42 +00:00
parent 34a3fc34be
commit 4a8a8af722

View File

@ -153,6 +153,12 @@ NANO_LABEL=""
NANO_ARCH=`uname -p`
# Directory to populate /cfg from
NANO_CFGDIR=""
# Directory to populate /data from
NANO_DATADIR=""
#######################################################################
#
# The functions which do the real work.