[Bug 265472] /boot/loader: lua autoboot timer restarts if menu password is set

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 16 Apr 2023 02:40:57 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265472

--- Comment #3 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=0ab68e9272b573becdb42edf2b4419cb7ab04707

commit 0ab68e9272b573becdb42edf2b4419cb7ab04707
Author:     Cyrus Rahman <crahman@gmail.com>
AuthorDate: 2023-04-16 02:30:41 +0000
Commit:     Kyle Evans <kevans@FreeBSD.org>
CommitDate: 2023-04-16 02:39:56 +0000

    loader: lua: disable autoboot timer after password entry

    In the lua loader, if one sets a password in loader.conf, the
    autoboot_delay timer will start before the menu is displayed.  One can
    interrupt the autoboot and bring up the menu by entering a keyboard
    character before the timer expires.

    If this is done a prompt for the password is displayed.  Entering the
    password will bring up the menu, but the timer will again start and
    another keyboard character must be entered or autoboot will abort the
    menu and boot the system.

    PR:             265472
    Reviewed by:    kevans
    MFC after:      3 days

 stand/lua/password.lua | 1 +
 1 file changed, 1 insertion(+)

-- 
You are receiving this mail because:
You are on the CC list for the bug.