minor change in last check of passing parameters to postinstall and postbootscritps

This commit is contained in:
wanghuaz 2013-12-31 15:37:53 +08:00
parent 740114c491
commit 341e847646

View File

@ -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) {