From 7f34f802edc6b0c321c65909fe5464cf5e9ae829 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Wed, 8 Jan 2020 11:12:47 -0800 Subject: [PATCH] Install rdma-core and libmlx4 packages These are required for dracut to install the IB related modules in the initramfs. Resolves: rhbz#1762662 --- 80-rhel/runtime-install.tmpl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/80-rhel/runtime-install.tmpl b/80-rhel/runtime-install.tmpl index 8c3fc9e..0bdbc46 100644 --- a/80-rhel/runtime-install.tmpl +++ b/80-rhel/runtime-install.tmpl @@ -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