RELNOTES: add a note about lua config files in loader

Scripted configuration can make safer some use-cases that currently use
local.lua, but don't actually need to access external resources to make
their changes.  Let's note the new feature in RELNOTES.

Reviewed by:	markj
Differential Revision:	https://reviews.freebsd.org/D40066
This commit is contained in:
Kyle Evans 2023-07-24 23:35:25 -05:00
parent 814722d285
commit b9b8a4769c

View file

@ -10,6 +10,15 @@ newline. Entries should be separated by a newline.
Changes to this file should not be MFCed.
3cb2f5f369ec:
The lua-flavored loader(8) will now interpret .lua files that appear in
loader_conf_files as lua, and execute them in a sandbox. Existing
loader environment variables are available as globals in the sandbox,
and any global variable set, if not a table value, will be reflected in
the loader environment upon successful execution of the configuration
file. Environment variables with names that aren't valid lua names may
be accessed as indices of _ENV; e.g., _ENV['net.fibs'].
bdc81eeda05d:
nda is now the default nvme device on all platforms. While nda creates