2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-30 01:26:38 +00:00

Merge pull request #1970 from gurevichmark/small_ib_changes

Small fixes to ib pkglist and mlnxofed_ib_install script
This commit is contained in:
Victor Hu 2016-10-14 09:42:16 -04:00 committed by GitHub
commit d0a7a58327
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()