From 7c79c52e894e67220365b3ecae5093d46c25d94e Mon Sep 17 00:00:00 2001 From: huweihua Date: Thu, 19 Jun 2014 04:34:16 -0400 Subject: [PATCH] sysclone add feature: update delta change from golden client to target node --- xCAT-server/lib/xcat/plugins/updatenode.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/updatenode.pm b/xCAT-server/lib/xcat/plugins/updatenode.pm index 9adc0baeb..9868f33a5 100644 --- a/xCAT-server/lib/xcat/plugins/updatenode.pm +++ b/xCAT-server/lib/xcat/plugins/updatenode.pm @@ -1924,7 +1924,7 @@ sub updatenodesoftware my $cmd; my $args1; $cmd = - "$installdir/postscripts/xcatdsklspost 2 -m $snkey 'ospkgs,otherpkgs' --tftp $tftpdir --installdir $installdir --nfsv4 $nfsv4 -c"; + "$installdir/postscripts/xcatdsklspost 2 -m $snkey 'ospkgs,otherpkgs,syscloneimgupdate' --tftp $tftpdir --installdir $installdir --nfsv4 $nfsv4 -c"; # add flowcontrol flag if ($flowcontrol == 1){ $cmd .= " -F";