diff options
| author | Doug Barton <dougb@FreeBSD.org> | 2001-05-26 06:01:43 +0000 |
|---|---|---|
| committer | Doug Barton <dougb@FreeBSD.org> | 2001-05-26 06:01:43 +0000 |
| commit | ffd41c9876b16f7a1817e94eaf1f655271a508f6 (patch) | |
| tree | 3cefd7f0595eacc3d0a900ec9a4aabcd841b0b01 | |
| parent | af943f55f7d38399aa30aeb5fd20cbd0f9c5e5c3 (diff) | |
Notes
| -rw-r--r-- | sys/conf/NOTES | 2 | ||||
| -rw-r--r-- | sys/i386/conf/NOTES | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 5f806991c264..f93afcab6d4d 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -91,7 +91,7 @@ options PQ_CACHESIZE=512 # color for 512k/16k cache # 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 /kernel | sed -n 's/^___//p' > MYKERNEL +# strings -n 3 /boot/kernel/kernel | sed -n 's/^___//p' > MYKERNEL # options INCLUDE_CONFIG_FILE # Include this file in kernel diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 5f806991c264..f93afcab6d4d 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -91,7 +91,7 @@ options PQ_CACHESIZE=512 # color for 512k/16k cache # 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 /kernel | sed -n 's/^___//p' > MYKERNEL +# strings -n 3 /boot/kernel/kernel | sed -n 's/^___//p' > MYKERNEL # options INCLUDE_CONFIG_FILE # Include this file in kernel |
