defect 3189574: replace all the keyword myipfn in the kcmdline attribute

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10256 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
daniceexi 2011-08-10 07:28:32 +00:00
parent 56156f5e37
commit 870ec9643e

View File

@ -86,7 +86,7 @@ sub setstate {
}
);
}
$kern->{kcmdline} =~ s/!myipfn!/$ipfn/;
$kern->{kcmdline} =~ s/!myipfn!/$ipfn/g;
}
if ($kern->{addkcmdline}) {
$kern->{kcmdline} .= " ".$kern->{addkcmdline};