diff options
| author | Kyle Evans <kevans@FreeBSD.org> | 2019-09-14 03:38:18 +0000 |
|---|---|---|
| committer | Kyle Evans <kevans@FreeBSD.org> | 2019-09-14 03:38:18 +0000 |
| commit | af876563d19f14b5bcf2fcc6050f58428174545a (patch) | |
| tree | e50feae590c2d44c9d491a4c55e0b569ab867aaf /stand/lua/cli.lua.8 | |
| parent | 1c56203bcfe4ff549c58f9dc241fbd245a90a081 (diff) | |
Notes
Diffstat (limited to 'stand/lua/cli.lua.8')
| -rw-r--r-- | stand/lua/cli.lua.8 | 19 |
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 : |
