diff options
Diffstat (limited to 'sys/conf/NOTES')
-rw-r--r-- | sys/conf/NOTES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 5f80699..f93afca 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 |