]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
lualoader: Add boot environment support
authorkevans <kevans@FreeBSD.org>
Wed, 21 Feb 2018 16:50:41 +0000 (16:50 +0000)
committerkevans <kevans@FreeBSD.org>
Wed, 21 Feb 2018 16:50:41 +0000 (16:50 +0000)
commit1ef2cc5b19cae7b7a8a32549b309e753a00dcf7a
tree3f9c4dc62b1c61cc82821e3132aa676cb6bffbc9
parent61ccb7a7a152244af96bdae7aa58ffb08dc77848
lualoader: Add boot environment support

This looks a little bit differently than the forth version for the time
being, just to get off the ground- rather than a paging system, it's
implemented as a simple carousel like the kernel selector.

Reviewed by: cem
Differential Revision: https://reviews.freebsd.org/D14436
stand/lua/core.lua
stand/lua/menu.lua