Searched hist:"6 d4ed94d98bbe812805ed6ab71df0badbb8b9101" (Results 1 – 1 of 1) sorted by relevance
/freebsd/stand/lua/ |
H A D | core.lua | diff 6d4ed94d98bbe812805ed6ab71df0badbb8b9101 Tue Feb 20 22:23:01 CET 2018 Kyle Evans <kevans@FreeBSD.org> 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.
|