summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordcs <dcs@FreeBSD.org>2000-09-16 19:56:23 +0000
committerdcs <dcs@FreeBSD.org>2000-09-16 19:56:23 +0000
commit0d4df47e61845b880a9eace6194a2b830a6a15db (patch)
tree3b6a3e6421569779eb0be7b83c0eef3023dbadf6
parent38f4e30e699cf5210b03c2405d7aa4d1b6c12a6b (diff)
downloadFreeBSD-src-0d4df47e61845b880a9eace6194a2b830a6a15db.zip
FreeBSD-src-0d4df47e61845b880a9eace6194a2b830a6a15db.tar.gz
The module_path set by default was bogus. It had /boot/kernel last,
which makes little sense.
-rw-r--r--sys/boot/forth/loader.conf6
1 files 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
OpenPOWER on IntegriCloud