diff --git a/xCAT/postscripts/otherpkgs b/xCAT/postscripts/otherpkgs index c1018bd03..c45524f7f 100755 --- a/xCAT/postscripts/otherpkgs +++ b/xCAT/postscripts/otherpkgs @@ -26,9 +26,11 @@ # do nothing for diskless deployment case because it is done in the image already if [[ $UPDATENODE -ne 1 ]]; then if [ "$NODESETSTATE" = "netboot" -o \ + "$NODESETSTATE" = "statelite" -o \ "$NODESETSTATE" = "diskless" -o \ "$NODESETSTATE" = "dataless" ] then + echo " Did not install any extra rpms." exit 0 fi fi diff --git a/xCAT/postscripts/syncfiles b/xCAT/postscripts/syncfiles index 94544ba4f..f18e4dbf1 100644 --- a/xCAT/postscripts/syncfiles +++ b/xCAT/postscripts/syncfiles @@ -22,6 +22,7 @@ fi # do nothing for diskless deployment case because it is done in the image already if [ "$NODESETSTATE" = "netboot" -o \ + "$NODESETSTATE" = "statelite" -o \ "$NODESETSTATE" = "diskless" -o \ "$NODESETSTATE" = "dataless" ] then