lualoader: Unbreak 'boot [kernel]' by including config

This commit is contained in:
Kyle Evans 2018-02-22 01:31:05 +00:00
parent e37f4622df
commit 3e6c7d5436

View file

@ -26,7 +26,8 @@
-- $FreeBSD$
--
local core = require('core')
local config = require("config")
local core = require("core")
local cli = {}