- 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:
Jason Helfman 2014-08-26 15:43:18 +00:00
parent 844acce698
commit ce4a847d11
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=45517

View file

@ -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>