mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-06-12 14:05:39 +00:00
Clear screen on exit
This commit is contained in:
parent
bb47e3138e
commit
f031aeca57
@ -1104,6 +1104,8 @@ static EFI_STATUS enter_mok_menu(EFI_HANDLE image_handle, void *MokNew,
|
||||
|
||||
run_menu(menu_item, menucount, 10);
|
||||
|
||||
uefi_call_wrapper(ST->ConOut->ClearScreen, 1, ST->ConOut);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user