diff options
| author | John-Mark Gurney <jmg@FreeBSD.org> | 2004-08-06 15:06:06 +0000 |
|---|---|---|
| committer | John-Mark Gurney <jmg@FreeBSD.org> | 2004-08-06 15:06:06 +0000 |
| commit | bd8fc733cbccf86b5bf3dc0aaa6e62b094f4164c (patch) | |
| tree | 468725daa418e3d6c53325019c447a83a8411d96 /sys/boot | |
| parent | 9a3daf494b5291386dfa1bba17771a72896660a6 (diff) | |
Notes
Diffstat (limited to 'sys/boot')
| -rw-r--r-- | sys/boot/common/help.common | 3 | ||||
| -rw-r--r-- | sys/boot/forth/loader.conf | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/sys/boot/common/help.common b/sys/boot/common/help.common index 94b4b5c27fb9..40953bd73709 100644 --- a/sys/boot/common/help.common +++ b/sys/boot/common/help.common @@ -205,7 +205,8 @@ Sets the list of directories which will be searched in for modules named in a load command or implicitly required by a dependency. The - default module_path is "/boot/kernel;/boot/modules". + default module_path is "/boot/modules" with the kernel directory + prepended. ################################################################################ # Tset Sprompt DSet the command prompt diff --git a/sys/boot/forth/loader.conf b/sys/boot/forth/loader.conf index d6065144b9e1..d5516d98e7d8 100644 --- a/sys/boot/forth/loader.conf +++ b/sys/boot/forth/loader.conf @@ -49,7 +49,7 @@ bitmap_type="splash_image_data" # and place it on the module_path #beastie_disable="NO" # Turn the beastie boot menu on and off #console="vidconsole" # Set the current console #currdev="disk1s1a" # Set the current device -module_path="/boot/kernel;/boot/modules" # Set the module search path +module_path="/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 |
