aboutsummaryrefslogtreecommitdiff
path: root/stand/lua/loader.lua
Commit message (Expand)AuthorAgeFilesLines
* loader: Fully reset terminal settings, not just colorsRyan Moeller2020-03-271-15/+8
* loader.lua: re-arrange to load local.lua *after* config loadingKyle Evans2020-01-251-2/+2
* lualoader: fix color usageKyle Evans2018-08-301-4/+3
* lualoader: More black-on-white fixesKyle Evans2018-06-121-5/+6
* lualoader: Fix menu skipping with loader.conf(5) varsKyle Evans2018-04-061-4/+6
* lualoader: Implement try_include and use it for including the local moduleKyle Evans2018-03-261-5/+1
* UEFI: Ditch console mode setting, choose optimal GOP mode later in bootKyle Evans2018-03-211-0/+3
* lualoader: Setup default color scheme if we're using colorsKyle Evans2018-03-191-0/+6
* lualoader: Add note about importance of including the cli module earlyKyle Evans2018-03-051-0/+4
* lualoader: Re-work menu skipping bitsKyle Evans2018-02-261-2/+12
* Add SPDX tags to lua filesKyle Evans2018-02-231-0/+2
* lualoader: Drop unused return values; we'll only use the firstKyle Evans2018-02-231-1/+1
* lualoader: Address some 'luacheck' concernsKyle Evans2018-02-221-4/+3
* lualoader: Split cli bits out into a cli moduleKyle Evans2018-02-221-25/+1
* lualoader: Bring in local.lua module if it existsKyle Evans2018-02-211-0/+7
* lualoader: Drop excessive parenthesizingKyle Evans2018-02-211-2/+2
* lualoader: Drop terminating semicolonsKyle Evans2018-02-211-13/+13
* lualoader: Replace invalid construct with valid constructKyle Evans2018-02-201-1/+8
* lualoader: Eliminate global namespace pollution in loader.luaKyle Evans2018-02-201-3/+3
* lualoader: Add ability to intercept cli commandsKyle Evans2018-02-201-0/+19
* Add the lua scripts from the lua-bootloader SoCWarner Losh2018-02-121-0/+35