From 7bd7e5b041ecaa39056384a76c1a93cc187c93fc Mon Sep 17 00:00:00 2001 From: Glen Barber Date: Tue, 4 Dec 2018 18:42:05 +0000 Subject: [PATCH] Document r329501, r339308: lua loader kernel autodetect. Submitted by: cem Sponsored by: The FreeBSD Foundation --- .../htdocs/releases/12.0R/relnotes/relnotes.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml b/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml index a7c4f065b7..93af9ab840 100644 --- a/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml +++ b/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml @@ -504,6 +504,10 @@ Boot Loader Changes + The lua &man.loader.8; has been updated to + detect a list of installed kernels to boot. + The &man.loader.8; has been updated to add support for loading &intel; microcode updates early during the boot @@ -511,6 +515,13 @@ The lua &man.loader.8; has been updated to support module blacklists. + + The default lua &man.loader.conf.5; has + been updated to include the + kernels_autodetect option, which defaults + to YES, supplementing the &man.loader.8; + support to list available kernels to boot introduced in + revision 329501.