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:
kevans 2018-02-17 03:12:35 +00:00
parent 7616e6b9b0
commit c0aaee6ab3

View File

@ -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(" "