freebsd-dev/stand/lua
Kyle Evans 48230b85ac lualoader: Bring in local.lua module if it exists
Provide a way for out-of-tree users of lualoader to patch into the loader
system without having to modify our distributed scripts.

Do note that we can't really offer any API compatibility guarantees at this
time due to the evolving nature of lualoader right now.

This still has some utility as local modules may add commands at the loader
prompt without relying heavily on lualoader features- this specific
functionality is less likely to change without more careful consideration.

Reviewed by:	cem (earlier version)
Differential Revision:	https://reviews.freebsd.org/D14439
2018-02-21 02:35:13 +00:00
..
color.lua lualoader: Drop excessive parenthesizing 2018-02-21 01:35:19 +00:00
config.lua lualoader: Output "Failed to parse" messages 2018-02-21 01:52:42 +00:00
core.lua lualoader: Drop explicit boolean tests; b or not b 2018-02-21 01:39:33 +00:00
drawer.lua lualoader: Drop excessive parenthesizing 2018-02-21 01:35:19 +00:00
loader.lua lualoader: Bring in local.lua module if it exists 2018-02-21 02:35:13 +00:00
Makefile
menu.lua lualoader: Drop explicit boolean tests; b or not b 2018-02-21 01:39:33 +00:00
password.lua lualoader: Drop excessive parenthesizing 2018-02-21 01:35:19 +00:00
screen.lua lualoader: Drop excessive parenthesizing 2018-02-21 01:35:19 +00:00