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:
parent
084a1f255d
commit
5c0e8870d5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user