From 221caa74ab133d4f0d9f189b1507dc0f231c2276 Mon Sep 17 00:00:00 2001 From: xq2005 Date: Mon, 12 Aug 2013 02:48:54 -0700 Subject: [PATCH] add comments in anaconda.pm --- xCAT-server/lib/xcat/plugins/anaconda.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/anaconda.pm b/xCAT-server/lib/xcat/plugins/anaconda.pm index fdb1d6c82..ac4493666 100644 --- a/xCAT-server/lib/xcat/plugins/anaconda.pm +++ b/xCAT-server/lib/xcat/plugins/anaconda.pm @@ -1556,7 +1556,8 @@ sub mksysclone } } - # copy postscripts + # copy postscripts, the xCAT scripts may update, but the image is captured long time ago + # should update the scripts at each nodeset my $script1 = "configefi"; my $script2 = "updatenetwork"; my $pspath = "$installroot/sysclone/scripts/post-install/";