Dominique Leuenberger
d7f89a83fb
Yet a new upstream version OBS-URL: https://build.opensuse.org/request/show/1011134 OBS-URL: https://build.opensuse.org/package/show/Base:System/fwupd?expand=0&rev=123
15 lines
654 B
Diff
15 lines
654 B
Diff
Index: fwupd-1.8.5/plugins/uefi-capsule/fu-uefi-bootmgr.c
|
|
===================================================================
|
|
--- fwupd-1.8.5.orig/plugins/uefi-capsule/fu-uefi-bootmgr.c
|
|
+++ fwupd-1.8.5/plugins/uefi-capsule/fu-uefi-bootmgr.c
|
|
@@ -292,7 +292,8 @@ fu_uefi_bootmgr_bootnext(FuDevice *devic
|
|
secure_boot = fu_efivar_secure_boot_enabled(NULL);
|
|
if (secure_boot) {
|
|
/* test to make sure shim is there if we need it */
|
|
- shim_app = fu_uefi_get_esp_app_path(device, esp_path, "shim", error);
|
|
+ shim_app = g_strdup_printf ("%s/shim.efi",
|
|
+ fu_uefi_get_esp_path_for_os (device, esp_path));
|
|
if (shim_app == NULL)
|
|
return FALSE;
|
|
|