mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
The module_path set by default was bogus. It had /boot/kernel last,
which makes little sense.
This commit is contained in:
parent
7b9e034490
commit
54329571cf
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue