lualoader: "nextboot_file" should be spelled "nextboot_conf"
See: /boot/defaults/loader.conf Reported by: gtetlow (inadvertently)
This commit is contained in:
parent
f42ef5fb88
commit
e77f91ba7b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user