-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
This commit is contained in:
parent
7a13c7b00a
commit
369534a42f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user