svn commit: r52559 - head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes

Glen Barber gjb at FreeBSD.org
Tue Dec 4 18:42:06 UTC 2018


Author: gjb
Date: Tue Dec  4 18:42:05 2018
New Revision: 52559
URL: https://svnweb.freebsd.org/changeset/doc/52559

Log:
  Document r329501, r339308: lua loader kernel autodetect.
  
  Submitted by:	cem
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml

Modified: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml	Tue Dec  4 18:42:03 2018	(r52558)
+++ head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml	Tue Dec  4 18:42:05 2018	(r52559)
@@ -504,6 +504,10 @@
     <sect2 xml:id="boot-loader">
       <title>Boot Loader Changes</title>
 
+      <para revision="329501" contrib="sponsor"
+	sponsor="&dellemc;">The lua &man.loader.8; has been updated to
+	detect a list of installed kernels to boot.</para>
+
       <para revision="337715" contrib="sponsor" sponsor="&ff;">The
 	&man.loader.8; has been updated to add support for loading
 	&intel; microcode updates early during the boot
@@ -511,6 +515,13 @@
 
       <para revision="339218">The lua &man.loader.8; has been updated
 	to support module blacklists.</para>
+
+      <para revision="339308">The default lua &man.loader.conf.5; has
+	been updated to include the
+	<literal>kernels_autodetect</literal> option, which defaults
+	to <literal>YES</literal>, supplementing the &man.loader.8;
+	support to list available kernels to boot introduced in
+	revision <literal>329501</literal>.</para>
     </sect2>
 
     <sect2 xml:id="boot-menu">


More information about the svn-doc-all mailing list