diff options
| author | Daniel C. Sobral <dcs@FreeBSD.org> | 2000-09-12 20:21:11 +0000 |
|---|---|---|
| committer | Daniel C. Sobral <dcs@FreeBSD.org> | 2000-09-12 20:21:11 +0000 |
| commit | a708ce6fa362fe2be5ab3df3bfa959835397a075 (patch) | |
| tree | fc4af590827f235913a5bfb95fd80c8e7d3e287b | |
| parent | 46e91ea117b3b477dffbdee53b9c520e894c5d35 (diff) | |
Notes
| -rw-r--r-- | sys/boot/forth/loader.conf | 4 |
1 files 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 |
