UefiPayloadPkg: Disable EFI shell

Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
Tim Crawford
2023-06-27 20:53:04 -06:00
parent 3f8a2a16b9
commit 242dcee217

View File

@@ -315,7 +315,7 @@ PlatformBootManagerAfterConsole (
//
// Register UEFI Shell
//
PlatformRegisterFvBootOption (&gUefiShellFileGuid, L"UEFI Shell", LOAD_OPTION_ACTIVE);
//PlatformRegisterFvBootOption (&gUefiShellFileGuid, L"UEFI Shell", LOAD_OPTION_ACTIVE);
if (FixedPcdGetBool (PcdBootManagerEscape)) {
BootText = L"Press ESC for Boot Options/Settings, or SPACE for Pop!_OS Recovery";