View | Details | Raw Unified | Return to bug 265472 | Differences between
and this patch

Collapse All | Expand All

(-)b/stand/lua/password.lua (+1 lines)
Lines 135-140 function password.check() Link Here
135
	local pwd = loader.getenv("password")
135
	local pwd = loader.getenv("password")
136
	if pwd ~= nil then
136
	if pwd ~= nil then
137
		core.autoboot()
137
		core.autoboot()
138
		loader.setenv("autoboot_delay", "NO")
138
		-- The autoboot sequence was interrupted, so we'll need to
139
		-- The autoboot sequence was interrupted, so we'll need to
139
		-- prompt for a password.  Put the screen back into a known
140
		-- prompt for a password.  Put the screen back into a known
140
		-- good state, otherwise we're drawing back a couple lines
141
		-- good state, otherwise we're drawing back a couple lines

Return to bug 265472