Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Nov 2017 21:25:57 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r325780 - head/sys/boot/forth
Message-ID:  <201711132125.vADLPvPv049099@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Mon Nov 13 21:25:57 2017
New Revision: 325780
URL: https://svnweb.freebsd.org/changeset/base/325780

Log:
  Don't add /boot/dt*s* but /boot/dt*b*. Stupid think-o. /boot/dtb was
  what was tested...

Modified:
  head/sys/boot/forth/loader.conf

Modified: head/sys/boot/forth/loader.conf
==============================================================================
--- head/sys/boot/forth/loader.conf	Mon Nov 13 21:23:26 2017	(r325779)
+++ head/sys/boot/forth/loader.conf	Mon Nov 13 21:25:57 2017	(r325780)
@@ -97,7 +97,7 @@ bootenv_autolist="YES"		# Auto populate the list of ZF
 #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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711132125.vADLPvPv049099>