2013-08-20 02:09:46 -07:00
|
|
|
#!/bin/bash
|
2013-08-26 20:16:47 -07:00
|
|
|
if [ -f "/opt/xcat/xcatinfo" ];
|
|
|
|
mv -f "/opt/xcat/xcatinfo" "/opt/xcat/xcatinfo.bak"
|
|
|
|
fi
|
2013-08-20 02:09:46 -07:00
|
|
|
/opt/xcat/xcatdsklspost
|
|
|
|
|
|
|
|
. /tmp/post-install/variables.txt
|
|
|
|
|
|
|
|
if [ -x "/xcatpost/updateflag.awk" ];then
|
|
|
|
/xcatpost/updateflag.awk $IMAGESERVER 3002
|
|
|
|
fi
|
|
|
|
|