From 0d4df47e61845b880a9eace6194a2b830a6a15db Mon Sep 17 00:00:00 2001 From: dcs Date: Sat, 16 Sep 2000 19:56:23 +0000 Subject: The module_path set by default was bogus. It had /boot/kernel last, which makes little sense. --- sys/boot/forth/loader.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/boot/forth/loader.conf b/sys/boot/forth/loader.conf index a570e26..23e3683 100644 --- a/sys/boot/forth/loader.conf +++ b/sys/boot/forth/loader.conf @@ -35,8 +35,8 @@ splash_bmp_load="NO" # Set this to YES for bmp splash screen! splash_pcx_load="NO" # Set this to YES for pcx splash screen! vesa_load="NO" # Set this to YES to load the vesa module bitmap_load="NO" # Set this to YES if you want splash screen! -bitmap_name="/boot/splash.bmp" # Set this to the name of the bmp or pcx file -bitmap_type="splash_image_data" +bitmap_name="splash.bmp" # Set this to the name of the bmp or pcx file +bitmap_type="splash_image_data" # and place it on the module_path ############################################################## @@ -46,7 +46,7 @@ bitmap_type="splash_image_data" #autoboot_delay="10" # Delay in seconds before autobooting #console="vidconsole" # Set the current console #currdev="disk1s1a" # Set the current device -module_path="/boot/modules;/modules;/boot/kernel" # Set the module search path +module_path="/boot/kernel;/boot/modules;/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 -- cgit v1.1