svn commit: r325779 - head/sys/boot/forth

Warner Losh imp at FreeBSD.org
Mon Nov 13 21:23:27 UTC 2017


Author: imp
Date: Mon Nov 13 21:23:26 2017
New Revision: 325779
URL: https://svnweb.freebsd.org/changeset/base/325779

Log:
  Add /boot/dts to the list of default modules. The minimal arm and mips
  loader.conf for uboot have this in the list, but the default one
  didn't. Since there's no harm and it's a failsafe, add it to the list.
  
  Sponsored by: Netflix

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

Modified: head/sys/boot/forth/loader.conf
==============================================================================
--- head/sys/boot/forth/loader.conf	Mon Nov 13 21:22:33 2017	(r325778)
+++ head/sys/boot/forth/loader.conf	Mon Nov 13 21:23:26 2017	(r325779)
@@ -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"	# 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


More information about the svn-src-head mailing list