aboutsummaryrefslogtreecommitdiff
path: root/stand/lua/cli.lua.8
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2019-09-14 03:38:18 +0000
committerKyle Evans <kevans@FreeBSD.org>2019-09-14 03:38:18 +0000
commitaf876563d19f14b5bcf2fcc6050f58428174545a (patch)
treee50feae590c2d44c9d491a4c55e0b569ab867aaf /stand/lua/cli.lua.8
parent1c56203bcfe4ff549c58f9dc241fbd245a90a081 (diff)
Notes
Diffstat (limited to 'stand/lua/cli.lua.8')
-rw-r--r--stand/lua/cli.lua.819
1 files changed, 16 insertions, 3 deletions
diff --git a/stand/lua/cli.lua.8 b/stand/lua/cli.lua.8
index f25a27c01b0b..ac9ed3580448 100644
--- a/stand/lua/cli.lua.8
+++ b/stand/lua/cli.lua.8
@@ -26,7 +26,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd October 31, 2018
+.Dd September 13, 2019
.Dt CLI.LUA 8
.Os
.Sh NAME
@@ -82,14 +82,27 @@ As of present, the
module by default provides commands for
.Ic autoboot ,
.Ic boot ,
+.Ic boot-conf ,
and
-.Ic boot-conf.
-In all three cases, the
+.Ic reload-conf .
+.Pp
+For
+.Ic autoboot ,
+.Ic boot ,
+and
+.Ic boot-conf ,
+the
.Xr core.lua 8
module will load all ELF modules as-needed before executing the equivalent
built-in loader commands.
All non-kernel arguments to these commands are passed in the same order to the
loader command.
+.Pp
+The
+.Ic reload-conf
+command will reload the configuration from disk.
+This is useful if you have manually changed currdev and would like to easily
+reload the configuration from the new device.
.Ss Exported Functions
The following functions are exported from
.Nm :