From 369534a42f7bdc086a4d707999bd09f6ef0af0f4 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Thu, 3 Apr 2008 12:58:48 +0000 Subject: [PATCH] -Fix call to unpack postscripts, was bzip2, need -j git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@970 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server-2.0/share/xcat/install/scripts/post.rh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server-2.0/share/xcat/install/scripts/post.rh b/xCAT-server-2.0/share/xcat/install/scripts/post.rh index a66cb0182..155992fff 100644 --- a/xCAT-server-2.0/share/xcat/install/scripts/post.rh +++ b/xCAT-server-2.0/share/xcat/install/scripts/post.rh @@ -49,7 +49,7 @@ do RAND=$(perl -e 'print int(rand(5)). "\n"') sleep $RAND done -tar -xvf xcatpost.tar.bz2 +tar -jxvf xcatpost.tar.bz2 /xcatpost/#TABLE:nodelist:THISNODE:node# export NODE=#TABLE:nodelist:THISNODE:node# export PATH=/xcatpost:$PATH