diff options
| author | Kyle Evans <kevans@FreeBSD.org> | 2018-01-18 04:58:54 +0000 |
|---|---|---|
| committer | Kyle Evans <kevans@FreeBSD.org> | 2018-01-18 04:58:54 +0000 |
| commit | db180ae55c99fa3330e57ad1b76c9d4b30584e25 (patch) | |
| tree | cecfacf173b6f0d437754aeef88bd55ffb46f166 /stand/forth | |
| parent | 6780e684d49034610f82bea5d3bfb04d42e91628 (diff) | |
Notes
Diffstat (limited to 'stand/forth')
| -rw-r--r-- | stand/forth/loader.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stand/forth/loader.conf b/stand/forth/loader.conf index 8fe533fd2deb..bc0022b7867c 100644 --- a/stand/forth/loader.conf +++ b/stand/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/dtb" # Set the module search path +module_path="/boot/modules;/boot/dtb;/boot/overlays" # 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 |
