xcat-core/xCAT/postscripts/runxcatpost

14 lines
305 B
Plaintext
Raw Normal View History

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