From: Yassine Imounachen Date: Thu, 1 Dec 2016 14:58:58 +0000 (+0000) Subject: Update boot.c (#4780) X-Git-Tag: v233~367 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b3f76b0d6109f43c387bc4b3e0b331d8837802b3;p=thirdparty%2Fsystemd.git Update boot.c (#4780) --- diff --git a/src/boot/efi/boot.c b/src/boot/efi/boot.c index 30c1ead1aa9..44ea6215dce 100644 --- a/src/boot/efi/boot.c +++ b/src/boot/efi/boot.c @@ -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)