From 341e847646d0ca0cb911a922b857c72530ee75b9 Mon Sep 17 00:00:00 2001 From: wanghuaz Date: Tue, 31 Dec 2013 15:37:53 +0800 Subject: [PATCH] minor change in last check of passing parameters to postinstall and postbootscritps --- xCAT-server/lib/xcat/plugins/kit.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/kit.pm b/xCAT-server/lib/xcat/plugins/kit.pm index 1b859a12b..2da8ee5ef 100644 --- a/xCAT-server/lib/xcat/plugins/kit.pm +++ b/xCAT-server/lib/xcat/plugins/kit.pm @@ -481,7 +481,7 @@ sub assign_to_osimage } } - $deployparams = join / /, @ls; + $deployparams = join ' ', @ls; if (open(NEWLIST, ">>", "$installdir/osimages/$osimage/kits/KIT_COMPONENTS.postinstall")) { if ($deployparams) {