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:
Kyle Evans 2018-02-17 03:12:35 +00:00
parent 015cd8dc93
commit afa61e1c77
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=329424

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