lualoader: "nextboot_file" should be spelled "nextboot_conf"

See: /boot/defaults/loader.conf

Reported by:	gtetlow (inadvertently)
This commit is contained in:
Kyle Evans 2018-07-27 11:35:58 +00:00
parent f324fafcc5
commit be2050dab9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=336759

View File

@ -317,7 +317,7 @@ local function readFile(name, silent)
end
local function checkNextboot()
local nextboot_file = loader.getenv("nextboot_file")
local nextboot_file = loader.getenv("nextboot_conf")
if nextboot_file == nil then
return
end