mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-13 19:37:17 +00:00
redfish: Also conflict with the bios plugin when required
This commit is contained in:
parent
d4a4362621
commit
ad24f1623d
@ -40,8 +40,10 @@ fu_plugin_coldplug (FuPlugin *plugin, GError **error)
|
||||
}
|
||||
|
||||
/* this is no longer relevant */
|
||||
if (devices->len > 0)
|
||||
if (devices->len > 0) {
|
||||
fu_plugin_add_rule(plugin, FU_PLUGIN_RULE_CONFLICTS, "bios");
|
||||
fu_plugin_add_rule(plugin, FU_PLUGIN_RULE_CONFLICTS, "uefi_capsule");
|
||||
}
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user