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:
parent
a32ffa161c
commit
b3f76b0d61
@ -1482,7 +1482,7 @@ static VOID config_entry_add_osx(Config *config) {
|
||||
root = LibOpenRoot(handles[i]);
|
||||
if (!root)
|
||||
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");
|
||||
uefi_call_wrapper(root->Close, 1, root);
|
||||
if (found)
|
||||
|
Loading…
Reference in New Issue
Block a user