|
Lines 63-69
Link Here
|
| 63 |
|
63 |
|
| 64 |
# This allows you to actually store this configuration file into |
64 |
# This allows you to actually store this configuration file into |
| 65 |
# the kernel binary itself, where it may be later read by saying: |
65 |
# the kernel binary itself, where it may be later read by saying: |
| 66 |
# strings -aout -n 3 /kernel | grep ^___ | sed -e 's/^___//' > MYKERNEL |
66 |
# strings -n 3 /kernel | sed -n 's/^___//p' > MYKERNEL |
| 67 |
# |
67 |
# |
| 68 |
options INCLUDE_CONFIG_FILE # Include this file in kernel |
68 |
options INCLUDE_CONFIG_FILE # Include this file in kernel |