Skip to content

Commit

Permalink
uefi-capsule: Recognize zfsbootmenu in ESP detection heuristic
Browse files Browse the repository at this point in the history
Fixes: #6956
(cherry picked from commit 506cd1c)
  • Loading branch information
superm1 committed Mar 22, 2024
1 parent 9074688 commit 4159a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/uefi-capsule/fu-uefi-capsule-plugin.c
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ fu_uefi_capsule_plugin_load_config(FuPlugin *plugin, FuDevice *device)
static gboolean
fu_uefi_capsule_plugin_is_esp_linux(FuVolume *esp, GError **error)
{
const gchar *prefixes[] = {"grub", "shim", "systemd-boot", NULL};
const gchar *prefixes[] = {"grub", "shim", "systemd-boot", "zfsbootmenu", NULL};
g_autofree gchar *prefixes_str = NULL;
g_autofree gchar *mount_point = fu_volume_get_mount_point(esp);
g_autoptr(GPtrArray) files = NULL;
Expand Down

0 comments on commit 4159a22

Please sign in to comment.