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/branches/2.8@16747 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
xq2005 2013-06-25 14:02:32 +00:00
parent b14a373512
commit b0805684cc

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
;;