lualoader: "nextboot_file" should be spelled "nextboot_conf"

See: /boot/defaults/loader.conf

Reported by:	gtetlow (inadvertently)
This commit is contained in:
kevans 2018-07-27 11:35:58 +00:00
parent f42ef5fb88
commit e77f91ba7b

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