Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP7:Update
fwupd.24642
fwupd-bsc1130056-change-shim-path.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fwupd-bsc1130056-change-shim-path.patch of Package fwupd.24642
From f8bbcefe3eed253cda0c86a4c2443292beca82ee Mon Sep 17 00:00:00 2001 From: Gary Lin <glin@suse.com> Date: Thu, 28 Mar 2019 15:26:28 +0800 Subject: [PATCH] Change the path to shim.efi For openSUSE/SLE, we use shim.efi instead of shimx64.efi. Signed-off-by: Gary Lin <glin@suse.com> --- plugins/uefi/fu-uefi-bootmgr.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Index: fwupd-1.2.9/plugins/uefi/fu-uefi-bootmgr.c =================================================================== --- fwupd-1.2.9.orig/plugins/uefi/fu-uefi-bootmgr.c +++ fwupd-1.2.9/plugins/uefi/fu-uefi-bootmgr.c @@ -324,7 +324,8 @@ fu_uefi_bootmgr_bootnext (const gchar *e return FALSE; /* test to make sure shim is there if we need it */ - shim_app = fu_uefi_get_esp_app_path (esp_path, "shim", error); + shim_app = g_strdup_printf ("%s/shim.efi", + fu_uefi_get_esp_path_for_os (esp_path)); if (shim_app == NULL) return FALSE; if (g_file_test (shim_app, G_FILE_TEST_EXISTS)) {
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor