From ea910f20c4a22146a5545a031bd364cfcbb19495 Mon Sep 17 00:00:00 2001 From: Mark Gurevich Date: Fri, 14 Oct 2016 09:19:27 -0400 Subject: [PATCH] Small fixes to ib pkglist and mlnxofed_ib_install script --- xCAT-server/share/xcat/ib/netboot/rh/ib.rhels7.ppc64le.pkglist | 1 - .../share/xcat/ib/scripts/Mellanox/mlnxofed_ib_install.v2 | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/xCAT-server/share/xcat/ib/netboot/rh/ib.rhels7.ppc64le.pkglist b/xCAT-server/share/xcat/ib/netboot/rh/ib.rhels7.ppc64le.pkglist index f951d4ac9..a7de3c96b 100644 --- a/xCAT-server/share/xcat/ib/netboot/rh/ib.rhels7.ppc64le.pkglist +++ b/xCAT-server/share/xcat/ib/netboot/rh/ib.rhels7.ppc64le.pkglist @@ -16,5 +16,4 @@ atk cairo gcc createrepo -libnl ethtool diff --git a/xCAT-server/share/xcat/ib/scripts/Mellanox/mlnxofed_ib_install.v2 b/xCAT-server/share/xcat/ib/scripts/Mellanox/mlnxofed_ib_install.v2 index a8ea15ea7..635afb2d4 100755 --- a/xCAT-server/share/xcat/ib/scripts/Mellanox/mlnxofed_ib_install.v2 +++ b/xCAT-server/share/xcat/ib/scripts/Mellanox/mlnxofed_ib_install.v2 @@ -169,7 +169,7 @@ function hack_uname() chmod 0755 "$1/bin/uname" AFTER_UNAME_R="$($1/bin/uname -r)" AFTER_UNAME_M="$($1/bin/uname -m)" - echo "After hack_uname(), -r='${AFTER_UNAME_R}', -m='${AFTER_UNAME_M}'" + echo "After hack_uname(), -r=>'${AFTER_UNAME_R}', -m=>'${AFTER_UNAME_M}'" } function cleanup()