1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-23 21:35:11 +03:00

Update boot.c (#4780)

This commit is contained in:
Yassine Imounachen 2016-12-01 14:58:58 +00:00 committed by Lennart Poettering
parent a32ffa161c
commit b3f76b0d61

View File

@ -1482,7 +1482,7 @@ static VOID config_entry_add_osx(Config *config) {
root = LibOpenRoot(handles[i]); root = LibOpenRoot(handles[i]);
if (!root) if (!root)
continue; continue;
found = config_entry_add_loader_auto(config, handles[i], root, NULL, L"auto-osx", 'a', L"OS X", found = config_entry_add_loader_auto(config, handles[i], root, NULL, L"auto-osx", 'a', L"macOS",
L"\\System\\Library\\CoreServices\\boot.efi"); L"\\System\\Library\\CoreServices\\boot.efi");
uefi_call_wrapper(root->Close, 1, root); uefi_call_wrapper(root->Close, 1, root);
if (found) if (found)