freebsd-dev/stand/lua
Kyle Evans 3dcb764877 lualoader: Add nextboot support
config.parse now takes an extra callback that is invoked on the full text of
the config file. This callback dictates where we should actually try to
parse this file or not.

For nextboot, we use this to halt parsing if we see 'nextboot_enable="NO"'.
If we don't, parse it and write 'nextboot_enable="NO" ' to it. The same
caveat as with forth still applies- writing is only supported by UFS.
2018-02-24 03:35:35 +00:00
..
cli.lua lualoader: Use "local function x()" instead of "local x = function()" 2018-02-23 04:03:07 +00:00
color.lua Add SPDX tags to lua files 2018-02-23 02:51:35 +00:00
config.lua lualoader: Add nextboot support 2018-02-24 03:35:35 +00:00
core.lua lualoader: Use "local function x()" instead of "local x = function()" 2018-02-23 04:03:07 +00:00
drawer.lua lualoader: Track effective line number, use it for drawing 2018-02-23 04:12:19 +00:00
loader.lua Add SPDX tags to lua files 2018-02-23 02:51:35 +00:00
Makefile lualoader: Split cli bits out into a cli module 2018-02-22 01:21:39 +00:00
menu.lua lualoader: Use "local function x()" instead of "local x = function()" 2018-02-23 04:03:07 +00:00
password.lua Add SPDX tags to lua files 2018-02-23 02:51:35 +00:00
screen.lua Add SPDX tags to lua files 2018-02-23 02:51:35 +00:00