Compare commits
2 Commits
7d7045da7a
...
547830bbe2
Author | SHA1 | Date |
---|---|---|
Adrian Vovk | 547830bbe2 | |
Adrian Vovk | f2751d757f |
|
@ -1558,6 +1558,7 @@ int boot_config_augment_from_loader(
|
||||||
char **found_by_loader,
|
char **found_by_loader,
|
||||||
bool only_auto) {
|
bool only_auto) {
|
||||||
|
|
||||||
|
static const BootEntryAddons no_addons = (BootEntryAddons) {};
|
||||||
static const char *const title_table[] = {
|
static const char *const title_table[] = {
|
||||||
/* Pretty names for a few well-known automatically discovered entries. */
|
/* Pretty names for a few well-known automatically discovered entries. */
|
||||||
"auto-osx", "macOS",
|
"auto-osx", "macOS",
|
||||||
|
@ -1615,6 +1616,7 @@ int boot_config_augment_from_loader(
|
||||||
.reported_by_loader = true,
|
.reported_by_loader = true,
|
||||||
.tries_left = UINT_MAX,
|
.tries_left = UINT_MAX,
|
||||||
.tries_done = UINT_MAX,
|
.tries_done = UINT_MAX,
|
||||||
|
.global_addons = &no_addons,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue