diff --git a/xCAT-server-2.0/etc/xcat/postscripts.rules b/xCAT-server-2.0/etc/xcat/postscripts.rules index e3b37b281..b3fe76244 100644 --- a/xCAT-server-2.0/etc/xcat/postscripts.rules +++ b/xCAT-server-2.0/etc/xcat/postscripts.rules @@ -186,7 +186,7 @@ ALL { #2nd arg can be Master IP for multiple master IP support. # ALL { - updateflag.awk $MASTER + updateflag.awk $MASTER 3002 } # hardcode networking diff --git a/xCAT/mkrpm b/xCAT/mkrpm new file mode 100755 index 000000000..0d331d4e4 --- /dev/null +++ b/xCAT/mkrpm @@ -0,0 +1,7 @@ +cd `dirname $0` +tar --exclude .svn -czvf postscripts.tar.gz postscripts LICENSE.html +tar --exclude .svn -czvf templates.tar.gz templates +mv -f *.gz /usr/src/redhat/SOURCES +rpmbuild -ba xCAT.spec +cd - +