defect 3158514

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8668 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jet777 2011-01-14 22:38:51 +00:00
parent 4e353a0bb9
commit 816d09a338

View File

@ -305,7 +305,7 @@ if ($proxy{host} ne "") {
}
}
if ( system("chmod +x $repo/$util") or system("cd $repo; tar -zxf $asu") or system("cd $repo; ./$util --tui -m $machines $optstr")) {
if ( system("chmod +x $repo/$util") or system("cd $repo; tar -zxf $asu") or system("cd $repo; ./$util --tui -m $machines $optstr -l .")) {
output("Error executing $repo/$util");
exit;
}
@ -502,7 +502,7 @@ if (system($editstr1)) {
exit;
}
if ( system("cd $sandbox; cp $repo/asu* .; cp $repo/cdc_interface* .; cp $repo/$util .; cp -a $repo/uxspi .; cp $repo/ibm_utl_boot* .; echo y |./$util --tui --pxe=$path --no-acquire --latest --force")) {
if ( system("cd $sandbox; cp $repo/asu* .; cp $repo/cdc_interface* .; cp $repo/$util .; cp -a $repo/uxspi .; cp $repo/ibm_utl_boot* .; echo y |./$util --tui --pxe=$path --no-acquire --latest --force -l .")) {
output("Error executing $path/$util for the second time");
exit;
}