stand/lua: Don't set autoboot_delay=NO in menu autoboot sequence
We'll set it later if "Escape to loader prompt" is actually chosen, there's no need to be setting it here.
This commit is contained in:
parent
7616e6b9b0
commit
c0aaee6ab3
@ -375,8 +375,6 @@ function menu.autoboot()
|
||||
if ch == core.KEY_ENTER then
|
||||
break;
|
||||
else
|
||||
-- prevent autoboot when escaping to interpreter
|
||||
loader.setenv("autoboot_delay", "NO");
|
||||
-- erase autoboot msg
|
||||
screen.setcursor(0, y);
|
||||
print(" "
|
||||
|
Loading…
x
Reference in New Issue
Block a user