From 4f91b337576713cda3775e6368f6e592e174189c Mon Sep 17 00:00:00 2001 From: xq2005 Date: Wed, 11 Sep 2013 03:16:51 -0700 Subject: [PATCH] bug3767:Target node doesn't return 'booted' status in sysclone --- xCAT/postscripts/runxcatpost | 1 + 1 file changed, 1 insertion(+) diff --git a/xCAT/postscripts/runxcatpost b/xCAT/postscripts/runxcatpost index 595249408..3534484f1 100644 --- a/xCAT/postscripts/runxcatpost +++ b/xCAT/postscripts/runxcatpost @@ -8,5 +8,6 @@ fi if [ -x "/xcatpost/updateflag.awk" ];then /xcatpost/updateflag.awk $IMAGESERVER 3002 + updateflag.awk $IMAGESERVER 3002 "installstatus booted" fi