FreeBSD 5.0 has stopped shipping /modules 2.5 years ago. Catch

up with this further by excluding /modules from the (default)
kern.module_path.
This commit is contained in:
Ruslan Ermilov 2003-03-11 12:09:25 +00:00
parent 8eb1c4caf9
commit cf7d67b20e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=112091

View File

@ -48,7 +48,7 @@ bitmap_type="splash_image_data" # and place it on the module_path
#autoboot_delay="10" # Delay in seconds before autobooting
#console="vidconsole" # Set the current console
#currdev="disk1s1a" # Set the current device
module_path="/boot/kernel;/boot/modules;/modules" # Set the module search path
module_path="/boot/kernel;/boot/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