diff options
author | wkoszek <wkoszek@FreeBSD.org> | 2007-12-04 21:01:55 +0000 |
---|---|---|
committer | wkoszek <wkoszek@FreeBSD.org> | 2007-12-04 21:01:55 +0000 |
commit | bc73f218414375abff35dd8fcfc6c98bdf54c9e2 (patch) | |
tree | 0a8fc7a980b4cfc04358f78b0b92c753f6a3b848 /sys/conf | |
parent | ec7b100d6f5a19f9d63be1682bd153a49ca2efcb (diff) | |
download | FreeBSD-src-bc73f218414375abff35dd8fcfc6c98bdf54c9e2.zip FreeBSD-src-bc73f218414375abff35dd8fcfc6c98bdf54c9e2.tar.gz |
Remove obsolete comment on a way of getting kernel configuration file from
INCLUDE_CONFIG_FILE. Make a user to look at what config(8) actually does,
and how can one fetch actual configuration file.
Reported by: many
Reviewed by: cognet (mentor)
Approved by: cognet (mentor)
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/NOTES | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index eb66fa7..c1edcea 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -126,8 +126,7 @@ options MAXPHYS=(128*1024) # This allows you to actually store this configuration file into -# the kernel binary itself, where it may be later read by saying: -# strings -n 3 /boot/kernel/kernel | sed -n 's/^___//p' > MYKERNEL +# the kernel binary itself. See config(8) for more details. # options INCLUDE_CONFIG_FILE # Include this file in kernel |