From 4141c80005750359441d261f553a8744a98203cf Mon Sep 17 00:00:00 2001 From: jmg Date: Fri, 6 Aug 2004 15:06:06 +0000 Subject: remove /boot/kernel from the default path.. There is already code that will prepend the current kernel booting... This prevents a problem of loading /boot/kernel's modules when a different kernel has no modules, but you left your module_load="YES" in loader.conf... Reviewed by: dcs (minus the help part) --- sys/boot/common/help.common | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/boot/common') diff --git a/sys/boot/common/help.common b/sys/boot/common/help.common index 94b4b5c..40953bd 100644 --- a/sys/boot/common/help.common +++ b/sys/boot/common/help.common @@ -205,7 +205,8 @@ Sets the list of directories which will be searched in for modules named in a load command or implicitly required by a dependency. The - default module_path is "/boot/kernel;/boot/modules". + default module_path is "/boot/modules" with the kernel directory + prepended. ################################################################################ # Tset Sprompt DSet the command prompt -- cgit v1.1