mirror of
https://git.proxmox.com/git/fwupd
synced 2025-06-03 13:41:12 +00:00
redfish: Never manually modprobe ipmi-devintf
This produces startup failures on images that do not ship that exact module, e.g. guest-images. Just rely on the kernel driver to be auto-loaded when required. Fixes https://github.com/fwupd/fwupd/issues/4550
This commit is contained in:
parent
f9781b4cb8
commit
0c8079b13c
@ -365,7 +365,6 @@ done
|
||||
/usr/lib/modules-load.d/fwupd-msr.conf
|
||||
%config(noreplace)%{_sysconfdir}/fwupd/msr.conf
|
||||
%endif
|
||||
/usr/lib/modules-load.d/fwupd-redfish.conf
|
||||
%{_datadir}/dbus-1/system.d/org.freedesktop.fwupd.conf
|
||||
%{_datadir}/bash-completion/completions/fwupdmgr
|
||||
%{_datadir}/bash-completion/completions/fwupdtool
|
||||
|
@ -1 +0,0 @@
|
||||
ipmi-devintf
|
@ -11,12 +11,6 @@ if have_linux_ipmi
|
||||
ipmi_src += 'fu-ipmi-device.c'
|
||||
endif
|
||||
|
||||
if libsystemd.found() and have_linux_ipmi
|
||||
install_data(['fwupd-redfish.conf'],
|
||||
install_dir: systemd_modules_load_dir,
|
||||
)
|
||||
endif
|
||||
|
||||
shared_module('fu_plugin_redfish',
|
||||
fu_hash,
|
||||
sources : [
|
||||
|
Loading…
Reference in New Issue
Block a user