The timeout causes the boot2 code to break out, not brake out.
This commit is contained in:
parent
e11179975f
commit
b2f1130493
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=23623
1 changed files with 1 additions and 1 deletions
|
@ -426,7 +426,7 @@ struct bootinfo {
|
|||
|
||||
<para><literal>boot2</literal> enters into an infinite loop waiting
|
||||
for user input, then calls <function>load()</function>. If the
|
||||
user does not press anything, the loop brakes by a timeout, so
|
||||
user does not press anything, the loop breaks by a timeout, so
|
||||
<function>load()</function> will load the default file
|
||||
(<filename>/boot/loader</filename>). Functions <function>ino_t
|
||||
lookup(char *filename)</function> and <function>int xfsread(ino_t
|
||||
|
|
Loading…
Reference in a new issue