diff options
| author | Warner Losh <imp@FreeBSD.org> | 2026-06-26 14:46:01 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2026-06-26 14:54:36 +0000 |
| commit | 7f5475594aabf1d6aa3db4c9237a2bd4f4aef6c4 (patch) | |
| tree | 6973bbc533642c50751d8b5066427b254ea9f973 /stand | |
| parent | 82eb1970759de3fb7eacbbfc1e53bf64bf48dfe4 (diff) | |
Diffstat (limited to 'stand')
| -rw-r--r-- | stand/efi/loader/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |
