aboutsummaryrefslogtreecommitdiff
path: root/stand/lua
Commit message (Expand)AuthorAgeFilesLines
* loader: lua: test that /boot exists firstEmmanuel Vadot2021-12-161-0/+7
* lualoader: fix the autoboot_delay countdown messageKatsuyuki Miyoshi2021-10-261-1/+1
* lualoader: use more concise verbiage for autobootKyle Evans2021-09-091-2/+1
* lualoader: allow brands to specify a shiftKyle Evans2021-09-091-0/+5
* lualoader: remove shadowed local from graphics:drawitem()Kyle Evans2021-09-091-1/+0
* cli.lua.8: make the command match the codeWarner Losh2021-07-291-2/+2
* lua loader: Add disable-device to disable a device.Warner Losh2021-07-282-2/+23
* loader: do not output empty menu titleToomas Soome2021-04-211-1/+4
* luaboot: visible must be a functionWarner Losh2021-04-012-1/+6
* loader: create a generic vendor sub-menu place holderWarner Losh2021-04-012-10/+78
* loader: insert spaces around menu titleToomas Soome2021-03-231-2/+2
* loader_lua: consider userboot console as serialToomas Soome2021-02-141-1/+4
* loader: remove BORDER_PIXELSToomas Soome2021-02-091-1/+1
* lualoader: position hyphens at the beginning of character classesKyle Evans2021-01-311-4/+4
* stand: lua: enhance lfs.dir() to speed up kernels_autodetectKyle Evans2021-01-291-2/+6
* lualoader: improve loader.conf var processingKyle Evans2021-01-241-22/+68
* lualoader: use floor division to get correct typeKyle Evans2021-01-151-1/+1
* loader: implement framebuffer consoleToomas Soome2021-01-024-7/+73
* lualoader: add loader_conf_dirs support (loader.conf.d)Kyle Evans2020-12-311-0/+24
* lualoader: fix lua-lint runKyle Evans2020-12-171-1/+1
* lualoader: cli: provide a show-module-options loader commandKyle Evans2020-12-174-2/+91
* lualoader: config: fix module enabled checkKyle Evans2020-12-121-1/+1
* lualoader: provide module-manipulation commandsKyle Evans2020-12-124-10/+129
* lualoader: improve the design of the brand-/logo- mechanismKyle Evans2020-10-047-138/+171
* lualoader: clear up some luacheck warningsKyle Evans2020-10-013-4/+4
* Report the kernel console on the boot screenWarner Losh2020-09-282-0/+45
* loader: zfs should support bootonce an nextbootToomas Soome2020-09-211-1/+10
* zfs: add an option to the bootloader to rewind the ZFS checkpointMariusz Zaborski2020-08-182-3/+74
* lualoader: improve drawer error handlingKyle Evans2020-06-011-0/+8
* lualoader: config: improve readConfFiles, rename to readConfKyle Evans2020-04-303-46/+47
* lualoader: config: add a table for restricted environment varsKyle Evans2020-04-301-5/+33
* config.lua(8): catch up to recently added hooksKyle Evans2020-04-281-2/+4
* config.lua(8): "may should" is not proper grammarKyle Evans2020-04-281-1/+1
* lualoader: cli: clobber loader_conf_files before proceedingKyle Evans2020-04-281-0/+3
* lualoader: cli: add read-confKyle Evans2020-04-281-0/+5
* lualoader: config: start exporting readConfFilesKyle Evans2020-04-282-34/+45
* lualoader config: don't call loader.getenv() as muchKyle Evans2020-04-281-2/+6
* menu.lua: Give names to menu entriesRyan Moeller2020-04-221-40/+46
* loader: Fully reset terminal settings, not just colorsRyan Moeller2020-03-272-15/+9
* Fixup line lost from previous commit (r359072)Ryan Moeller2020-03-181-0/+1
* loader: Add a "kernel.loaded" hookRyan Moeller2020-03-181-4/+3
* lua: add modules.loaded hookKyle Evans2020-01-251-2/+5
* loader.lua: re-arrange to load local.lua *after* config loadingKyle Evans2020-01-251-2/+2
* lualoader: correct a typo from r354247Kyle Evans2019-12-031-1/+1
* lualoader: rewrite try_include using lfs + dofileKyle Evans2019-11-021-5/+21
* stand: consolidate knowledge of lua pathKyle Evans2019-11-021-1/+1
* lualoader: fix setting of loader_color=NO in loader.conf(5)Kyle Evans2019-10-211-2/+8
* lualoader: don't botch disabling of colorKyle Evans2019-10-212-4/+4
* Further normalize copyright noticesKyle Evans2019-09-263-3/+3
* loader_lua: lua color changes should end with resetToomas Soome2019-09-224-8/+8