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:
parent
1747086922
commit
ac64560939
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=186829
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user