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:
parent
39dfb4f363
commit
7f34f802ed
@ -122,6 +122,9 @@ installpkg prefixdevname
|
||||
installpkg pciutils usbutils ipmitool
|
||||
installpkg mt-st smartmontools
|
||||
installpkg hdparm
|
||||
%if basearch not in ("arm", "armhfp"):
|
||||
installpkg libmlx4 rdma-core
|
||||
%endif
|
||||
installpkg rng-tools
|
||||
%if basearch in ("i386", "x86_64", "aarch64"):
|
||||
installpkg dmidecode
|
||||
|
Loading…
Reference in New Issue
Block a user