freebsd-dev/stand/lua
Kyle Evans 27dd7ddf99 stand/lua: reload previously loaded kernel at config-load/reload
r329550 introduced config.kernel_loaded. config.load() doesn't provide a
means of overriding the kernel to load, but that likely isn't necessary as
it will not be a common case. When loading the kernel, just attempt to load
the kernel previously loaded and specified in config.kernel_loaded.

If we haven't loaded a kernel yet, config.kernel_loaded will be unset/nil
and the "default"/first kernel found will be loaded. If we've loaded a
kernel, we'll try to load that same kernel again and fallback to the default
kernel if we need to.

This in also in support of upcoming boot environment support.
2018-02-19 03:59:26 +00:00
..
color.lua stand/lua: Style pass 2018-02-17 05:52:25 +00:00
config.lua stand/lua: reload previously loaded kernel at config-load/reload 2018-02-19 03:59:26 +00:00
core.lua lua loader: Auto detect eligible list of kernels to boot 2018-02-18 01:16:37 +00:00
drawer.lua stand/lua: Addres style.lua(9) concern 2018-02-19 02:01:49 +00:00
loader.lua
Makefile
menu.lua stand/lua: Style pass 2018-02-17 05:52:25 +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: Style pass 2018-02-17 05:52:25 +00:00