aboutsummaryrefslogtreecommitdiff
path: root/stand/lua
Commit message (Expand)AuthorAgeFilesLines
* lualoader: add be-list and be-switch commandsKyle Evans2026-06-044-7/+83
* lualoader: allow the local module to filter out the BE listKyle Evans2026-04-082-3/+30
* core.lua: follow symlinks when looking for bootable kernelsCraig Leres2026-03-091-1/+1
* lualoader: fix pruning of non-existent default kernelKyle Evans2026-01-071-0/+6
* stand/lua: Fix two typos in the manual pagesGordon Bergling2025-11-192-2/+2
* cli.lua.8: Reflow literal commentsAlexander Ziaee2025-10-091-8/+10
* core.lua: Consistently check for single userWarner Losh2025-09-291-1/+1
* loader: make disable-device more rebustWarner Losh2025-09-291-1/+9
* stand: Remove support for FreeBSD 12.2 and earlierWarner Losh2025-09-291-12/+0
* lualoader: Add distinct brand for installerJoseph Mingrone2025-06-242-0/+25
* lualoader: adapt builtin brand/logo definitions as wellKyle Evans2025-06-181-31/+37
* loader: Fix loader_brand = noneEmmanuel Vadot2025-06-171-1/+1
* stand: lua: add a more productive commentKyle Evans2025-06-131-1/+3
* stand: lua: convert orb to a new format that allows per-graphic shiftKyle Evans2025-06-133-51/+104
* lualoader: rename loop variable to cleanup luacheckKyle Evans2025-06-061-4/+4
* lualoader: allow graphical bits to be disabled with loader_gfxKyle Evans2025-06-061-15/+15
* loader: Fix beastie and fbsdbw logo positionsMarek Zarychta2025-05-293-1/+3
* stand/lua manuals: Describe betterAlexander Ziaee2025-05-1212-23/+23
* loader: Add loader_menuEmmanuel Vadot2025-04-171-0/+8
* loader: Add loader_autoboot_showEmmanuel Vadot2025-04-171-4/+7
* stand: lines with comments a '"' in loader.conf are ignoredCyrus Rahman2025-03-161-1/+1
* stand: Fix brand positioning on framebuffer consoleJose Luis Duran2025-02-241-1/+1
* loader: Rework kernel menu sectionEmmanuel Vadot2025-01-091-10/+14
* loader: Fix orb positionEmmanuel Vadot2025-01-093-4/+4
* loader: set boot_safe when safe mode is selectedKyle Evans2024-12-141-0/+2
* loader: Fix boot menu on BIOSWarner Losh2024-11-022-5/+36
* manuals: Misc syntax fixesGraham Percival2024-10-151-0/+1
* loader: Use Cyan instead of Blue for some menu itemsWarner Losh2024-10-111-2/+2
* loader: Fix 0 vs 1 confusion for column numbersWarner Losh2024-09-242-3/+3
* loader: Use printc instead of print to fit in 24,80Warner Losh2024-09-241-3/+7
* loader: Load platform entropy even without menuColin Percival2024-09-221-0/+2
* loader: Make EFI entropy size configurableColin Percival2024-09-221-1/+2
* loader/menu: tweak for added lineWarner Losh2024-08-222-2/+2
* stand: Use correct loader needs to be updated codeWarner Losh2024-07-301-3/+6
* stand: Add "Loader needs updating" to the first menu item"Warner Losh2024-07-291-0/+10
* stand: Print a warning of the loader is too oldWarner Losh2024-07-292-0/+25
* Revert "loader/lua: Remove workaround for command_error"Warner Losh2024-07-291-1/+6
* Revert "loader/lua: Remove compat shim for loader.lua_path"Warner Losh2024-07-291-1/+7
* Revert "loader/lua: Remove pager shim"Warner Losh2024-07-291-0/+12
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
* loader/lua: Remove workaround for command_errorWarner Losh2024-02-291-6/+1
* loader/lua: Remove compat shim for loader.lua_pathWarner Losh2024-02-291-7/+1
* loader/lua: Remove pager shimWarner Losh2024-02-291-12/+0
* loader: Add loader.exitWarner Losh2024-02-271-0/+4
* loader: Move drawer.lua over to gfx table.Warner Losh2024-02-161-6/+19
* loader: Move gfx functions to gfx.lua.8Warner Losh2024-02-163-72/+124
* loader: Document the lua loader table.Warner Losh2024-02-102-0/+248
* stand/lua: always allow overriding with local config filesStéphane Rochoy2024-02-022-5/+18
* stand/lua: per-product conf if requested via product_varsStéphane Rochoy2024-02-021-0/+25
* Revert "stand/lua: per-product conf if requested via product_vars"Warner Losh2024-02-021-25/+0