From fb9501a197f8cad69da9e814f2e3108c9d49a006 Mon Sep 17 00:00:00 2001 From: xq2005 Date: Mon, 13 May 2013 10:31:46 +0000 Subject: [PATCH] upgrade xcat-genesis-base error on debian/ubuntu git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@16262 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..d2c008085 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 ;;