stand/lua: Enable menu autoboot; it seems to work

This commit is contained in:
Kyle Evans 2018-02-17 03:13:05 +00:00
parent afa61e1c77
commit 3a0a07d0ea
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=329425

View File

@ -264,7 +264,7 @@ function menu.run(m)
screen.defcursor();
local alias_table = drawer.drawscreen(m);
-- menu.autoboot();
menu.autoboot();
cont = true;
while cont do