https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=296130
--- Comment #15 from [email protected] --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=276a3dacdb60b65d65301aced5d8443cc5d27ea2 commit 276a3dacdb60b65d65301aced5d8443cc5d27ea2 Author: Doug Ambrisko <[email protected]> AuthorDate: 2026-06-22 18:45:42 +0000 Commit: Doug Ambrisko <[email protected]> CommitDate: 2026-06-23 15:12:43 +0000 zfskeys - only prompt if zfskeys and zfskeys_prompt are enabled By default don't block booting with a prompt if a zpool needs a keyboard password to unlock it. To enable prompting for keyboard password during boot require: zfskeys_enable="YES" zfskeys_prompt_enable="YES" to both be enabled. This returns to POLA of prior behaviour. PR: 296130 Reviewed by: kevans Differential Revision: https://reviews.freebsd.org/D57750 libexec/rc/rc.conf | 1 + libexec/rc/rc.d/zfskeys | 16 +++++++++------- 2 files changed, 10 insertions(+), 7 deletions(-) -- You are receiving this mail because: You are the assignee for the bug.
