diff options
| author | Warner Losh <imp@FreeBSD.org> | 2017-11-13 21:25:57 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2017-11-13 21:25:57 +0000 |
| commit | 60717f44600002abbc77c20d617d316a806ce719 (patch) | |
| tree | 81ea1fe036cb37eea198a510e749f3680bb8b9fb /sys/boot | |
| parent | 4a7ef883933b6d2cfc12da408d3b2cc51ce3957f (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 80443d00b1ff..8fe533fd2deb 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;/boot/dts" # Set the module search path +module_path="/boot/modules;/boot/dtb" # 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 |
