freebsd-dev/stand/lua
Kyle Evans d45913016b stand/lua: Store the loaded kernel as config.kernel_loaded
'nil' means the 'first kernel found in module_path', which is the same
interpretation as passing 'nil' to loadkernel.

Otherwise, it denotes the name of a kernel that we've successfully loaded.
When reloaded later, we will still need to do the full search again to
locate the actual kernel in case things have changed, so just the name is
good enough.

This is in support of upcoming boot environment support. vfs.root.mountfrom
and currdev will be changed, then we will reload configuration and attempt
to reload the currently chosen kernel unless we shouldn't.
2018-02-19 03:52:02 +00:00
..
color.lua stand/lua: Style pass 2018-02-17 05:52:25 +00:00
config.lua stand/lua: Store the loaded kernel as config.kernel_loaded 2018-02-19 03:52:02 +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