diff options
author | ru <ru@FreeBSD.org> | 2003-03-11 12:09:25 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2003-03-11 12:09:25 +0000 |
commit | edbba08415a57bf64f5e46cae22e3e58a95527aa (patch) | |
tree | 6e4730f7f5d302edae1c043d466ccfeb3f5be36d /sys/boot/forth/loader.conf | |
parent | 1620c05a8d0e629f775d3a7dd201fc4822387ee4 (diff) | |
download | FreeBSD-src-edbba08415a57bf64f5e46cae22e3e58a95527aa.zip FreeBSD-src-edbba08415a57bf64f5e46cae22e3e58a95527aa.tar.gz |
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.
Diffstat (limited to 'sys/boot/forth/loader.conf')
-rw-r--r-- | sys/boot/forth/loader.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/forth/loader.conf b/sys/boot/forth/loader.conf index 73e42eb..431a963 100644 --- a/sys/boot/forth/loader.conf +++ b/sys/boot/forth/loader.conf @@ -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 |