Clear the screen before erasing keys

This commit is contained in:
Gary Ching-Pang Lin 2012-12-10 17:54:05 +08:00
parent 14d4b8e5ca
commit 10f0f58b03

View File

@ -675,6 +675,7 @@ static INTN mok_deletion_prompt (void *MokNew, void *data2, void *data3) {
UINT32 length;
EFI_STATUS efi_status;
uefi_call_wrapper(ST->ConOut->ClearScreen, 1, ST->ConOut);
Print(L"Erase all stored keys? (y/N): ");
get_line (&length, line, 1, 1);