git: 7f5475594aab - main - loader.efi: Improve the trying MD messsages
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 26 Jun 2026 14:59:20 UTC
The branch main has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=7f5475594aabf1d6aa3db4c9237a2bd4f4aef6c4
commit 7f5475594aabf1d6aa3db4c9237a2bd4f4aef6c4
Author: Warner Losh <imp@FreeBSD.org>
AuthorDate: 2026-06-26 14:46:01 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2026-06-26 14:54:36 +0000
loader.efi: Improve the trying MD messsages
Expand the tring MD message a little to make it clearer.
Sponsored by: Netflix
Differential Revision: https://reviews.freebsd.org/D57804
---
stand/efi/loader/main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/stand/efi/loader/main.c b/stand/efi/loader/main.c
index 78b397ca6870..b467740682f8 100644
--- a/stand/efi/loader/main.c
+++ b/stand/efi/loader/main.c
@@ -668,7 +668,7 @@ find_currdev(bool do_bootmgr, char *boot_info, size_t boot_info_sz)
/*
* Forth choice: If there is an embedded MD, try to use that.
*/
- printf("Trying MD\n");
+ printf("Trying configured MD\n");
if (probe_md_currdev())
return (0);
#endif /* MD_IMAGE_SIZE */