freebsd-dev/stand/lua
Kyle Evans c990f0a990 stand/lua: Correct some trivial errors in config
An empty module_path to start with isn't ideal, but if all modules are
contained within a kernel directory (which is what we just tested) then it
isn't strictly an error. Don't assume that module_path has a value already.

When we fail to load the kernel, printing the result (which is guaranteed to
be nil) is not intended; print the name of the kernel.
2018-02-17 04:22:36 +00:00
..
color.lua
config.lua stand/lua: Correct some trivial errors in config 2018-02-17 04:22:36 +00:00
core.lua stand/lua: Correct usage and acceptance of BACKSPACE/DELETE keys 2018-02-16 17:42:38 +00:00
drawer.lua stand/lua: Create/use some MENU_ constants where applicable 2018-02-16 14:57:42 +00:00
loader.lua
Makefile
menu.lua stand/lua: Color non-default kernels blue 2018-02-17 04:07:16 +00:00
password.lua stand/lua: Correct usage and acceptance of BACKSPACE/DELETE keys 2018-02-16 17:42:38 +00:00
screen.lua stand/lua: Use escaped dot instead of single character class 2018-02-16 18:50:06 +00:00