2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-29 17:23:08 +00:00

Small fixes to ib pkglist and mlnxofed_ib_install script

This commit is contained in:
Mark Gurevich 2016-10-14 09:19:27 -04:00
parent e803d56405
commit ea910f20c4
2 changed files with 1 additions and 2 deletions

View File

@ -16,5 +16,4 @@ atk
cairo
gcc
createrepo
libnl
ethtool

View File

@ -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()