summaryrefslogtreecommitdiffstats
path: root/sys/boot/forth
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/forth
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/forth')
-rw-r--r--sys/boot/forth/loader.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/forth/loader.conf b/sys/boot/forth/loader.conf
index d606514..d5516d9 100644
--- a/sys/boot/forth/loader.conf
+++ b/sys/boot/forth/loader.conf
@@ -49,7 +49,7 @@ bitmap_type="splash_image_data" # and place it on the module_path
#beastie_disable="NO" # Turn the beastie boot menu on and off
#console="vidconsole" # Set the current console
#currdev="disk1s1a" # Set the current device
-module_path="/boot/kernel;/boot/modules" # Set the module search path
+module_path="/boot/modules" # Set the module search path
#prompt="\\${interpret}" # Set the command prompt
#root_disk_unit="0" # Force the root disk unit number
#rootdev="disk1s1a" # Set the root filesystem
OpenPOWER on IntegriCloud