]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
loader: Print autoboot countdown immediately, not at 9
authorJessica Clarke <jrtc27@FreeBSD.org>
Mon, 14 Dec 2020 00:46:24 +0000 (00:46 +0000)
committerKyle Evans <kevans@FreeBSD.org>
Fri, 8 Oct 2021 05:24:28 +0000 (00:24 -0500)
commit314304cf228ca34605e41d6521543753078d7156
tree2b4dfa3f946cfeb29fef8ba08a31e9bcc90ddfb7
parentecf6cebed9a945ebef82b71773a657943e7878a7
loader: Print autoboot countdown immediately, not at 9

For the first second otime and ntime are equal so no message gets
printed. Instead we should print the countdown right from the start,
although we do it at the end of the first iteration so that if a key has
already been pressed then the message is suppressed.

(cherry picked from commit c46f7610d4c5a57fdb2aac5fcbf66aa7124ec703)
stand/common/boot.c