mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-02 22:03:48 +00:00

This fixes the problem when the UEFI update depends on a specific BMC version -- including the backup BMC device means we checking that both the primary and the backup were above a specific version. I don't think it's ever useful to show the backup BMC device, so just don't include it as an enumerated device. Fixes https://github.com/fwupd/fwupd/issues/4404
21 lines
600 B
Plaintext
21 lines
600 B
Plaintext
# Lenovo ThinkSystem
|
|
[42f00735-c9ab-5374-bd63-a5deee5881e0]
|
|
Flags = wildcard-targets,reset-required
|
|
|
|
[REDFISH\VENDOR_Lenovo&ID_BMC-Backup]
|
|
ParentGuid = REDFISH\VENDOR_Lenovo&ID_BMC-Primary
|
|
Flags = dual-image,is-backup,no-probe
|
|
|
|
[REDFISH\VENDOR_Lenovo&ID_BMC-Primary]
|
|
ParentGuid = REDFISH\VENDOR_Lenovo&ID_BMC-Primary
|
|
Flags = dual-image
|
|
|
|
[REDFISH\VENDOR_Lenovo&ID_LXPM]
|
|
Flags = ~updatable
|
|
[REDFISH\VENDOR_Lenovo&ID_LXPMLinuxDriver]
|
|
Flags = ~updatable
|
|
ParentGuid = REDFISH\VENDOR_Lenovo&ID_LXPM
|
|
[REDFISH\VENDOR_Lenovo&ID_LXPMWindowsDriver]
|
|
Flags = ~updatable
|
|
ParentGuid = REDFISH\VENDOR_Lenovo&ID_LXPM
|