Index: en_US.ISO8859-1/books/handbook/boot/chapter.xml =================================================================== --- en_US.ISO8859-1/books/handbook/boot/chapter.xml +++ en_US.ISO8859-1/books/handbook/boot/chapter.xml @@ -346,7 +346,10 @@ kernel name on the command-line is only applicable after an unload has been issued. Otherwise, the previously-loaded kernel will be - used. + used. If kernelname is not + qualified it will be searched under + /boot/kernel and + /boot/modules. @@ -382,7 +385,11 @@ Loads the kernel, kernel module, or file of the type given, with the specified filename. Any arguments after filename - are passed to the file. + are passed to the file. If + filename is not qualified it + will be searched under + /boot/kernel + and /boot/modules.