2013-08-20 09:12:07 +00:00
|
|
|
#!/bin/bash
|
2013-08-27 03:55:11 +00:00
|
|
|
if [ -f "/opt/xcat/xcatinfo" ];then
|
|
|
|
rm -f "/opt/xcat/xcatinfo"
|
|
|
|
fi
|
2013-08-20 09:12:07 +00:00
|
|
|
/opt/xcat/xcatdsklspost
|
|
|
|
|
|
|
|
. /tmp/post-install/variables.txt
|
|
|
|
|
|
|
|
if [ -x "/xcatpost/updateflag.awk" ];then
|
|
|
|
/xcatpost/updateflag.awk $IMAGESERVER 3002
|
2013-09-22 07:58:55 +00:00
|
|
|
/xcatpost/updateflag.awk $IMAGESERVER 3002 "installstatus booted"
|
2013-08-20 09:12:07 +00:00
|
|
|
fi
|
|
|
|
|