From f9e7a88e6924f06d147ab14fb0f5ec9c1eb2d747 Mon Sep 17 00:00:00 2001 From: xq2005 Date: Wed, 11 Sep 2013 03:23:19 -0700 Subject: [PATCH] bug3767:Target node doesn't return 'booted' status in sysclone --- xCAT/postscripts/runxcatpost | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT/postscripts/runxcatpost b/xCAT/postscripts/runxcatpost index 659261bea..d7c86c66b 100644 --- a/xCAT/postscripts/runxcatpost +++ b/xCAT/postscripts/runxcatpost @@ -8,6 +8,6 @@ fi if [ -x "/xcatpost/updateflag.awk" ];then /xcatpost/updateflag.awk $IMAGESERVER 3002 - /xcatpost/updateflag.awk $IMAGESERVER 3002 "installstatus failed" + /xcatpost/updateflag.awk $IMAGESERVER 3002 "installstatus booted" fi