freebsd-dev/stand/lua
Kyle Evans 6d4ed94d98 lualoader: Prepare for interception of "boot" CLI cmd
core.boot and core.autoboot may both take arguments; add a helper to cleanly
append an argstring to the given loader command.

Also provide a popFrontTable() that we'll use pop the command name off of an
argv table. We don't have the table library included, and including it is
non-trivial, so we'll implement this one function that we need in lua for
the time being.
2018-02-20 21:23:01 +00:00
..
color.lua stand/lua: Consistently organize modules 2018-02-20 14:45:58 +00:00
config.lua lualoader: Don't try so hard to load a kernel 2018-02-20 21:15:43 +00:00
core.lua lualoader: Prepare for interception of "boot" CLI cmd 2018-02-20 21:23:01 +00:00
drawer.lua lualoader: Move carousel storage out into config 2018-02-20 18:04:08 +00:00
loader.lua lualoader: Replace invalid construct with valid construct 2018-02-20 20:29:41 +00:00
Makefile
menu.lua lualoader: Ignore ACPI bits on !i386 2018-02-20 19:21:34 +00:00
password.lua stand/lua: Consistently organize modules 2018-02-20 14:45:58 +00:00
screen.lua stand/lua: Consistently organize modules 2018-02-20 14:45:58 +00:00