- add information about how boot loader searches for files
PR: 187613 Submitted by: fernando.apesteguia@gmail.com Approved by: bcr Differential Review: https://reviews.freebsd.org/D660
This commit is contained in:
parent
844acce698
commit
ce4a847d11
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=45517
1 changed files with 9 additions and 2 deletions
|
@ -346,7 +346,10 @@ boot:</screen>
|
|||
kernel name on the command-line is only applicable
|
||||
after an <command>unload</command> has been issued.
|
||||
Otherwise, the previously-loaded kernel will be
|
||||
used.</entry>
|
||||
used. If <emphasis>kernelname</emphasis> is not
|
||||
qualified it will be searched under
|
||||
<emphasis>/boot/kernel</emphasis> and
|
||||
<emphasis>/boot/modules</emphasis>.</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
|
@ -382,7 +385,11 @@ boot:</screen>
|
|||
<entry>Loads the kernel, kernel module, or file of the
|
||||
type given, with the specified filename. Any
|
||||
arguments after <replaceable>filename</replaceable>
|
||||
are passed to the file.</entry>
|
||||
are passed to the file. If
|
||||
<emphasis>filename</emphasis> is not qualified it
|
||||
will be searched under
|
||||
<emphasis>/boot/kernel</emphasis>
|
||||
and <emphasis>/boot/modules</emphasis>.</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
|
|
Loading…
Reference in a new issue