change the fadump kernel parameter format

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13437 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
xq2005 2012-08-06 08:35:44 +00:00
parent 0d36fd6d84
commit d11a829dc4

View File

@ -720,7 +720,7 @@ sub mknetboot
$kdump = $dump;
if ($dump =~ /^nfs:\/\/\/.*/){
$fadump =~ s/(nfs:\/\/)(\/.*)/net,${xcatmaster}:${2}/;
$kdump =~ s /(nfs:\/\/)(\/.*)/${1}${xcatmaster}${2}/;
$kdump =~ s/(nfs:\/\/)(\/.*)/${1}${xcatmaster}${2}/;
}
}
if ($crashkernelsize){