From: Jan Kiszka <[email protected]> Remove any traces of splash screens before writing messages.
Signed-off-by: Jan Kiszka <[email protected]> --- main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/main.c b/main.c index ded6129..2bbd2ad 100644 --- a/main.c +++ b/main.c @@ -112,6 +112,7 @@ EFI_STATUS efi_main(EFI_HANDLE image_handle, EFI_SYSTEM_TABLE *system_table) this_image = image_handle; InitializeLib(this_image, system_table); + (VOID)uefi_call_wrapper(ST->ConOut->ClearScreen, 2, ST->ConOut); PrintC(EFI_CYAN, L"\nEFI Boot Guard %s\n", L"" EFIBOOTGUARD_VERSION); status = -- 2.26.2 -- You received this message because you are subscribed to the Google Groups "EFI Boot Guard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/efibootguard-dev/86b4c86a-90c2-890a-9a80-14f0e749f683%40siemens.com.
