bug 3563, fix the post install script error when install xcat-genesis-base-amd64

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@16748 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
xq2005 2013-06-25 14:04:33 +00:00
parent 79c3f3e825
commit 1fba5dfceb

View File

@ -24,7 +24,7 @@ case "$1" in
if [ -f "/proc/cmdline" ]; then
. /etc/profile.d/xcat.sh
tarch=`uname -m`
mknb ${tarch}
mknb $tarch
fi
fi
;;