]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
lualoader: Fix (add) Xen support
authorKyle Evans <kevans@FreeBSD.org>
Thu, 23 Aug 2018 16:26:03 +0000 (16:26 +0000)
committerKyle Evans <kevans@FreeBSD.org>
Thu, 23 Aug 2018 16:26:03 +0000 (16:26 +0000)
commit0d7bee6a2a50b84e980eda6e047b45166b8fc120
treedfc560e39175e57304cadd610213b6a0e68d1834
parentbecda72184bc2ec998f0588d75c845b1f0753c95
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