]> git.ipfire.org Git - thirdparty/grub.git/commit
cryptocheck: Add --quiet option
authorMichael Chang <mchang@suse.com>
Fri, 14 Mar 2025 11:03:39 +0000 (19:03 +0800)
committerDaniel Kiper <daniel.kiper@oracle.com>
Tue, 6 May 2025 15:14:04 +0000 (17:14 +0200)
commit73d1c959ea3417e9309ba8c6102d7d6dc7c94259
tree9cbfe94b16af0522123465a46e2eb713e9d3b085
parentdbc0eb5bd1f40de9b394e3a86e84f46c39a23e40
cryptocheck: Add --quiet option

The option can be used to suppress output if we only want to test the
return value of the command.

Also, mention this option in the documentation.

Signed-off-by: Michael Chang <mchang@suse.com>
Signed-off-by: Maxim Suhanov <dfirblog@gmail.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
docs/grub.texi
grub-core/commands/search.c
grub-core/disk/diskfilter.c