Add a reference to the "env" kernel config option in the GENERIC file,

as this is very useful e.g. in diskless configurations and barely documented
anywhere else.

MFC after:	3 days
This commit is contained in:
Luigi Rizzo 2009-01-06 15:10:26 +00:00
parent 1747086922
commit ac64560939
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=186829

View File

@ -26,6 +26,12 @@ ident GENERIC
# To statically compile in device wiring instead of /boot/device.hints
#hints "GENERIC.hints" # Default places to look for devices.
# Use the following to compile in values accessible to the kernel
# through getenv() (or kenv(1) in userland). The format of the file
# is 'variable=value' , same as for hints files.
#
# env "my_kenv_variables"
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
options SCHED_ULE # ULE scheduler