summaryrefslogtreecommitdiff
path: root/stand/lua/config.lua.8
diff options
context:
space:
mode:
Diffstat (limited to 'stand/lua/config.lua.8')
-rw-r--r--stand/lua/config.lua.821
1 files changed, 20 insertions, 1 deletions
diff --git a/stand/lua/config.lua.8 b/stand/lua/config.lua.8
index 098b607271f7..059cc49fe42a 100644
--- a/stand/lua/config.lua.8
+++ b/stand/lua/config.lua.8
@@ -26,7 +26,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd April 30, 2020
+.Dd December 12, 2020
.Dt CONFIG.LUA 8
.Os
.Sh NAME
@@ -184,6 +184,25 @@ This will be called by the Lua intercepted
and
.Ic boot
commands.
+.It Fn config.enableModule modname
+Marks a module named
+.Fa modname
+to be loaded during
+.Fn config.loadelf .
+If the module was previously blacklisted, then it will be forcefully allowed to
+load.
+.It Fn config.disableModule modname
+Marks a module named
+.Fa modname
+to not be loaded during
+.Fn config.loadelf .
+.It Fn config.isModuleEnabled modname
+Checks if the module named
+.Fa modname
+will be loaded during
+.Fn config.loadelf .
+It checks both that the module is marked for loading and that it is either
+forced or not blacklisted.
.El
.Ss Defined Hooks
The following hooks are defined in