summaryrefslogtreecommitdiffstats
path: root/sys/boot/forth/loader.conf
diff options
context:
space:
mode:
authordcs <dcs@FreeBSD.org>2000-09-12 20:21:11 +0000
committerdcs <dcs@FreeBSD.org>2000-09-12 20:21:11 +0000
commit6ceabd7082167d6581d7a44a7e9df7f483861a25 (patch)
tree8b7a5a4b200c88072f62ce3e1985279c8fa491ad /sys/boot/forth/loader.conf
parentd885f26be5c0e20da000fdcc82297e94aa072c51 (diff)
downloadFreeBSD-src-6ceabd7082167d6581d7a44a7e9df7f483861a25.zip
FreeBSD-src-6ceabd7082167d6581d7a44a7e9df7f483861a25.tar.gz
New world order wrt to kernel location and name. This doesn't actually
changes anything (in theory), just better document it. I'm waiting for the final word before I tackle the man pages.
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 47873fb..a570e26 100644
--- a/sys/boot/forth/loader.conf
+++ b/sys/boot/forth/loader.conf
@@ -14,7 +14,8 @@
exec=".( Loading /boot/defaults/loader.conf ) cr"
-kernel="/boot/kernel/kernel.ko"
+kernel="kernel" # /boot sub-directory containing kernel and modules
+bootfile="kernel" # Kernel name (possibly absolute path)
kernel_options=""
userconfig_script_load="NO"
@@ -43,7 +44,6 @@ bitmap_type="splash_image_data"
##############################################################
#autoboot_delay="10" # Delay in seconds before autobooting
-bootfile="kernel" # Set the default boot file set
#console="vidconsole" # Set the current console
#currdev="disk1s1a" # Set the current device
module_path="/boot/modules;/modules;/boot/kernel" # Set the module search path
OpenPOWER on IntegriCloud