|
Lines 123-131
Link Here
|
| 123 |
################################################################################ |
123 |
################################################################################ |
| 124 |
# Tset Sbootfile DSet the default boot file set |
124 |
# Tset Sbootfile DSet the default boot file set |
| 125 |
|
125 |
|
| 126 |
set bootfile=<filename>[,<filename>...] |
126 |
set bootfile=<filename>[;<filename>...] |
| 127 |
|
127 |
|
| 128 |
The default search path for bootable kernels is /kernel,/kernel.old. |
128 |
The default search path for bootable kernels is /kernel;/kernel.old. |
| 129 |
It may be overridden by setting the bootfile variable to a |
129 |
It may be overridden by setting the bootfile variable to a |
| 130 |
semicolon-separated list of paths, which will be searched for in turn. |
130 |
semicolon-separated list of paths, which will be searched for in turn. |
| 131 |
|
131 |
|