Install rdma-core and libmlx4 packages

These are required for dracut to install the IB related modules in the
initramfs.

Resolves: rhbz#1762662
This commit is contained in:
Brian C. Lane 2020-01-08 11:12:47 -08:00
parent 39dfb4f363
commit 7f34f802ed

View File

@ -122,6 +122,9 @@ installpkg prefixdevname
installpkg pciutils usbutils ipmitool installpkg pciutils usbutils ipmitool
installpkg mt-st smartmontools installpkg mt-st smartmontools
installpkg hdparm installpkg hdparm
%if basearch not in ("arm", "armhfp"):
installpkg libmlx4 rdma-core
%endif
installpkg rng-tools installpkg rng-tools
%if basearch in ("i386", "x86_64", "aarch64"): %if basearch in ("i386", "x86_64", "aarch64"):
installpkg dmidecode installpkg dmidecode