summaryrefslogtreecommitdiffstats
path: root/sys/boot/forth/loader.conf
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-09-05 22:37:46 +0000
committerobrien <obrien@FreeBSD.org>2000-09-05 22:37:46 +0000
commit6de7dfbb5addebdbd6fd8b8b3907632862b2f4ba (patch)
treea46fa7d5e288c56eba81ee5cbf9d55936212d11c /sys/boot/forth/loader.conf
parent508fb708e11430ef70bfe03c5cc9002582a3d79d (diff)
downloadFreeBSD-src-6de7dfbb5addebdbd6fd8b8b3907632862b2f4ba.zip
FreeBSD-src-6de7dfbb5addebdbd6fd8b8b3907632862b2f4ba.tar.gz
The kernel is now known as `kernel.ko' and it and its matching modules
live in ``/boot/kernel/''.
Diffstat (limited to 'sys/boot/forth/loader.conf')
-rw-r--r--sys/boot/forth/loader.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/forth/loader.conf b/sys/boot/forth/loader.conf
index 272f37e..897eb40 100644
--- a/sys/boot/forth/loader.conf
+++ b/sys/boot/forth/loader.conf
@@ -14,7 +14,7 @@
exec=".( Loading /boot/defaults/loader.conf ) cr"
-kernel="/kernel"
+kernel="/boot/kernel/kernel.ko"
kernel_options=""
userconfig_script_load="NO"
@@ -46,7 +46,7 @@ bitmap_type="splash_image_data"
#bootfile="kernel,kernel.old" # Set the default boot file set
#console="vidconsole" # Set the current console
#currdev="disk1s1a" # Set the current device
-#module_path="/;/boot;/modules" # Set the module search path
+#module_path="/boot/modules;/modules;/boot/kernel" # 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