freebsd-dev/stand/lua
Kyle Evans 814a016d28 lualoader: Fix menu skipping with loader.conf(5) vars
Earlier efforts to stop loading the menu broke the ability to skip the menu
with, e.g., beastie_disable in loader.conf(5) as it was decided before
configuration was read.

Defer bringing in the menu module until we've loaded configuration so that
we can make a more informed decision on whether the menu should be skipped
or not.
2018-04-06 15:19:48 +00:00
..
cli.lua lualoader: Return status in cli_execute_unparsed properly 2018-03-07 22:05:23 +00:00
color.lua lualoader: Clear up some possible naming confusion 2018-03-21 15:09:47 +00:00
config.lua lualoader: Simplify some expressions 2018-04-01 00:22:51 +00:00
core.lua lualoader: Actually re-raise error in try_include 2018-03-26 19:06:25 +00:00
core.lua.8 core.lua(8): Update to reflect recently added function clearCachedKernels 2018-03-21 03:16:14 +00:00
drawer.lua lualoader: Don't try to lookup a nil logo 2018-04-01 01:21:00 +00:00
hook.lua lualoader: Add primitive hook module, use it to untangle bogus reference 2018-03-21 03:07:16 +00:00
loader.lua lualoader: Fix menu skipping with loader.conf(5) vars 2018-04-06 15:19:48 +00:00
logo-beastie.lua lualoader: Split logodefs out into logo-* files 2018-04-01 01:07:15 +00:00
logo-beastiebw.lua lualoader: Split logodefs out into logo-* files 2018-04-01 01:07:15 +00:00
logo-fbsdbw.lua lualoader: Split logodefs out into logo-* files 2018-04-01 01:07:15 +00:00
logo-orb.lua lualoader: Split logodefs out into logo-* files 2018-04-01 01:07:15 +00:00
logo-orbbw.lua lualoader: Split logodefs out into logo-* files 2018-04-01 01:07:15 +00:00
Makefile lualoader: Split logodefs out into logo-* files 2018-04-01 01:07:15 +00:00
menu.lua lualoader: Clear up some possible naming confusion 2018-03-21 15:09:47 +00:00
menu.lua.8 Add menu.lua(8), but do not add to distribution 2018-03-02 05:36:04 +00:00
password.lua lualoader: Use global printc instead of loader.printc 2018-03-02 16:06:20 +00:00
screen.lua lualoader: Clear up some possible naming confusion 2018-03-21 15:09:47 +00:00