mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-17 03:40:39 +00:00
minor change in last check of passing parameters to postinstall and postbootscritps
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user