freebsd-dev/stand/lua
Kyle Evans 15d8e03c32 stand/lua: Fix module_path handling with multiple kernels
Once we've successfully loaded a kernel, we add its directory to
module_path. If we switch kernels with the kernel selector, we again prepend
the kernel directory to the current module_path and end up with multiple
kernel paths, potentially with mismatched kernel/modules, added to
module_path.

Fix it by caching module_path at load() time and using the cached version
whenever we load a new kernel.
2018-02-18 00:56:12 +00:00
..
color.lua stand/lua: Style pass 2018-02-17 05:52:25 +00:00
config.lua stand/lua: Fix module_path handling with multiple kernels 2018-02-18 00:56:12 +00:00
core.lua stand/lua: Style pass 2018-02-17 05:52:25 +00:00
drawer.lua stand/lua: Style pass 2018-02-17 05:52:25 +00:00
loader.lua
Makefile
menu.lua stand/lua: Style pass 2018-02-17 05:52:25 +00:00
password.lua stand/lua: Debugging string snuck in... 2018-02-17 05:53:41 +00:00
screen.lua stand/lua: Style pass 2018-02-17 05:52:25 +00:00