From 01ee40823909cccc61f9103810a7ff0a324670ca Mon Sep 17 00:00:00 2001 From: imp Date: Mon, 13 Nov 2017 21:25:57 +0000 Subject: [PATCH] Don't add /boot/dt*s* but /boot/dt*b*. Stupid think-o. /boot/dtb was what was tested... --- sys/boot/forth/loader.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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