rhev support: pass source file to child pm

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13554 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
daniceexi 2012-08-20 13:48:24 +00:00
parent 436923e881
commit e3a7aa5f47

View File

@ -133,7 +133,10 @@ sub process_request {
else{
push @{$newreq->{arg}},("-a",$arch);
}
}
}
if (! -l $file) {
push @{$newreq->{arg}},("-f",$file);
}
$doreq->($newreq,\&take_answer);
$::CDMOUNTPATH="";