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

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.6@10255 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
daniceexi
2011-08-10 07:26:28 +00:00
parent b12793213e
commit ea2c6f1303
+1 -1
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};