From a708ce6fa362fe2be5ab3df3bfa959835397a075 Mon Sep 17 00:00:00 2001 From: "Daniel C. Sobral" Date: Tue, 12 Sep 2000 20:21:11 +0000 Subject: 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. --- sys/boot/forth/loader.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/boot/forth/loader.conf b/sys/boot/forth/loader.conf index 47873fbd39cf..a570e262dfea 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 -- cgit v1.3