mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-06-12 02:19:37 +00:00
Clear the screen before erasing keys
This commit is contained in:
parent
14d4b8e5ca
commit
10f0f58b03
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user