If autoboot_delay is set to -1, boot immediately without checking for
a keypress to match the behavior of the loader. PR: docs/108101 Submitted by: Wayne Sierke ws of au.dyndns.ws Tested by: brd MFC after: 1 week
This commit is contained in:
parent
608e1b84a9
commit
80b81c30a1
@ -240,7 +240,10 @@ set-current
|
||||
drop
|
||||
10
|
||||
else
|
||||
0 0 2swap >number drop drop drop
|
||||
2dup s" -1" compare 0= if
|
||||
0 boot
|
||||
then
|
||||
0 s>d 2swap >number 2drop drop
|
||||
then
|
||||
begin
|
||||
dup tkey
|
||||
|
Loading…
Reference in New Issue
Block a user