From 51950f3d3d7b64844045e61879ba3f2470f81e32 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Wed, 15 Jan 2014 20:39:52 +0100 Subject: [PATCH] 'P' clear screen after splash --- src/efi/gummiboot.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/efi/gummiboot.c b/src/efi/gummiboot.c index 90770c8..805aa0b 100644 --- a/src/efi/gummiboot.c +++ b/src/efi/gummiboot.c @@ -410,6 +410,7 @@ static VOID print_status(Config *config, EFI_FILE *root_dir, CHAR16 *loaded_imag } graphics_mode(FALSE); + uefi_call_wrapper(ST->ConOut->ClearScreen, 1, ST->ConOut); break; } -- 2.7.4