From b515d4b164f6f3eec2d4041dde7d37c3bff35a9d Mon Sep 17 00:00:00 2001 From: nott Date: Tue, 22 Apr 2008 14:03:01 +0000 Subject: [PATCH] Add updateflag.awk to the scripts to be run. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1145 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server-2.0/share/xcat/install/scripts/post.rh | 1 + 1 file changed, 1 insertion(+) diff --git a/xCAT-server-2.0/share/xcat/install/scripts/post.rh b/xCAT-server-2.0/share/xcat/install/scripts/post.rh index 30fdf6371..f04e4707e 100644 --- a/xCAT-server-2.0/share/xcat/install/scripts/post.rh +++ b/xCAT-server-2.0/share/xcat/install/scripts/post.rh @@ -57,6 +57,7 @@ export PATH=/xcatpost:$PATH export OSVER=#TABLE:nodetype:THISNODE:os# export ARCH=#TABLE:nodetype:THISNODE:arch# addsiteyum +updateflag.awk $MASTER 3002 cd / rm -Rf /xcatpost exit 0