freebsd-dev/stand/lua
Kyle Evans 2e716cec23 stand/lua: Call menu_entries if it's a function
If we've fetched menu.entries and it turns out it's a function, call it to
get the actual menu entries.

This will be used to swap multi-/single- user boot options if we're booting
single user by default (boot_single="YES" in loader.conf(5)). It can also be
used fairly easily for other non-standard situations.
2018-02-19 16:35:46 +00:00
..
color.lua stand/lua: Rename bootserial for clarity 2018-02-19 15:42:20 +00:00
config.lua stand/lua: Defer kernel/module loading until boot or menu escape 2018-02-19 14:21:56 +00:00
core.lua stand/lua: Add core.isSingleUserBoot 2018-02-19 16:34:23 +00:00
drawer.lua stand/lua: Call menu_entries if it's a function 2018-02-19 16:35:46 +00:00
loader.lua
Makefile
menu.lua stand/lua: Store menu entries in an "entries" table 2018-02-19 16:25:43 +00:00
password.lua stand/lua: Clear the screen before prompting for passwords 2018-02-19 02:09:10 +00:00
screen.lua stand/lua: Rename bootserial for clarity 2018-02-19 15:42:20 +00:00