summaryrefslogtreecommitdiffstats
path: root/sys/boot/common
diff options
context:
space:
mode:
authorjmg <jmg@FreeBSD.org>2004-08-06 15:06:06 +0000
committerjmg <jmg@FreeBSD.org>2004-08-06 15:06:06 +0000
commit4141c80005750359441d261f553a8744a98203cf (patch)
tree468725daa418e3d6c53325019c447a83a8411d96 /sys/boot/common
parent0257832b8c13d58368c698ed1c0a4133a85a9d23 (diff)
downloadFreeBSD-src-4141c80005750359441d261f553a8744a98203cf.zip
FreeBSD-src-4141c80005750359441d261f553a8744a98203cf.tar.gz
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)
Diffstat (limited to 'sys/boot/common')
-rw-r--r--sys/boot/common/help.common3
1 files changed, 2 insertions, 1 deletions
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
OpenPOWER on IntegriCloud