]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
lualoader: Fix (add) Xen support
authorkevans <kevans@FreeBSD.org>
Thu, 23 Aug 2018 16:26:03 +0000 (16:26 +0000)
committerkevans <kevans@FreeBSD.org>
Thu, 23 Aug 2018 16:26:03 +0000 (16:26 +0000)
commit5a7b66a89ee821edb7c05a71a4ba8d30c083f233
treedfc560e39175e57304cadd610213b6a0e68d1834
parent8e36270ca79f3055ecce70035989a68603808174
lualoader: Fix (add) Xen support

lualoader was not respecting the 'xen_kernel' environment variable, which
hints to the interpreter that it should load a Xen kernel prior to loading
any other kernel that might be specified. If a Xen kernel is specified and
we fail to load it, we should not proceed to boot.

Reported by: royger
Tested by: royger
stand/lua/config.lua