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 155992fff..30fdf6371 100644 --- a/xCAT-server-2.0/share/xcat/install/scripts/post.rh +++ b/xCAT-server-2.0/share/xcat/install/scripts/post.rh @@ -35,7 +35,7 @@ do GOTIT=0 for i in $MASTER_IPS do - wget --wait=10 --random-wait --waitretry=10 --retry-connrefused -t 0 -T 60 http://$i/install/autoinst/xcatpost.tar.bz2 + wget --wait=10 --random-wait --waitretry=10 --retry-connrefused -t 0 -T 60 http://$i/install/autoinst/xcatpost.tar.gz if [ "$?" = "0" ] then GOTIT=1 @@ -49,7 +49,8 @@ do RAND=$(perl -e 'print int(rand(5)). "\n"') sleep $RAND done -tar -jxvf xcatpost.tar.bz2 +gunzip xcatpost.tar.gz +tar -xvf xcatpost.tar /xcatpost/#TABLE:nodelist:THISNODE:node# export NODE=#TABLE:nodelist:THISNODE:node# export PATH=/xcatpost:$PATH