diff options
| author | Warner Losh <imp@FreeBSD.org> | 2017-11-13 21:23:26 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2017-11-13 21:23:26 +0000 |
| commit | 4a7ef883933b6d2cfc12da408d3b2cc51ce3957f (patch) | |
| tree | e1d17c694e8ba2a317abfeef53e63d23cc9f1244 /sys/boot | |
| parent | 7e3e36068b61168ed2d1753ef26b670a22f149af (diff) | |
Notes
Diffstat (limited to 'sys/boot')
| -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 29b3465f080d..80443d00b1ff 100644 --- a/sys/boot/forth/loader.conf +++ b/sys/boot/forth/loader.conf @@ -97,7 +97,7 @@ bootenv_autolist="YES" # Auto populate the list of ZFS Boot Environments #comconsole_speed="9600" # Set the current serial console speed #console="vidconsole" # A comma separated list of console(s) #currdev="disk1s1a" # Set the current device -module_path="/boot/modules" # Set the module search path +module_path="/boot/modules;/boot/dts" # 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 |
