lualoader: Remove inaccurate part of comment

This commit is contained in:
Kyle Evans 2018-02-24 20:24:57 +00:00
parent 322a2dddba
commit 67eae5035b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=329928

View File

@ -169,7 +169,7 @@ local function checkNextboot()
-- Attempt to rewrite the first line and only the first line of the
-- nextboot_file. We overwrite it with nextboot_enable="NO", then
-- check for that on load. See: checkNextboot_enabled
-- check for that on load.
-- It's worth noting that this won't work on every filesystem, so we
-- won't do anything notable if we have any errors in this process.
local nfile = io.open(nextboot_file, 'w')