mirror of
https://github.com/acidanthera/OpenCorePkg.git
synced 2025-12-08 19:25:01 +00:00
OcBootManagementLib: Set IsExternal from FileSystem->External in custom entries; required for BootEntryProtocol.
This commit is contained in:
parent
c5eb6a3477
commit
5b89dd5b70
@ -593,6 +593,8 @@ InternalAddBootEntryFromCustomEntry (
|
||||
return EFI_OUT_OF_RESOURCES;
|
||||
}
|
||||
|
||||
BootEntry->IsExternal = FileSystem->External;
|
||||
|
||||
if (CustomEntry->Id != NULL) {
|
||||
BootEntry->Id = AsciiStrCopyToUnicode (CustomEntry->Id, 0);
|
||||
if (BootEntry->Id == NULL) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user