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:
parent
0d36fd6d84
commit
d11a829dc4
@ -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){
|
||||
|
Loading…
Reference in New Issue
Block a user