From b0805684ccf6dc6e3d0cb618e84252c4804ea1b7 Mon Sep 17 00:00:00 2001 From: xq2005 Date: Tue, 25 Jun 2013 14:02:32 +0000 Subject: [PATCH] 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 --- xCAT-genesis-builder/debian/postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-genesis-builder/debian/postinst b/xCAT-genesis-builder/debian/postinst index 1847f28b1..adfaa3149 100644 --- a/xCAT-genesis-builder/debian/postinst +++ b/xCAT-genesis-builder/debian/postinst @@ -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 ;;