summaryrefslogtreecommitdiff
path: root/src/boot/efi
diff options
context:
space:
mode:
authorYassine Imounachen <yassine256@gmail.com>2016-12-01 14:58:58 +0000
committerLennart Poettering <lennart@poettering.net>2016-12-01 15:58:58 +0100
commitb3f76b0d6109f43c387bc4b3e0b331d8837802b3 (patch)
treedc65289fbc8a82e6ea6992ee1ae7cf121163b279 /src/boot/efi
parenta32ffa161c04eefb08c92ca9c9f37c3a81117e29 (diff)
Update boot.c (#4780)
Diffstat (limited to 'src/boot/efi')
-rw-r--r--src/boot/efi/boot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/efi/boot.c b/src/boot/efi/boot.c
index 30c1ead1aa..44ea6215dc 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)