Update boot.c (#4780)
authorYassine Imounachen <yassine256@gmail.com>
Thu, 1 Dec 2016 14:58:58 +0000 (14:58 +0000)
committerLennart Poettering <lennart@poettering.net>
Thu, 1 Dec 2016 14:58:58 +0000 (15:58 +0100)
src/boot/efi/boot.c

index 30c1ead..44ea621 100644 (file)
@@ -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)