From 870ec9643ec8def579004aa91604deebe13650d9 Mon Sep 17 00:00:00 2001 From: daniceexi Date: Wed, 10 Aug 2011 07:28:32 +0000 Subject: [PATCH] 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 --- xCAT-server/lib/xcat/plugins/yaboot.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/yaboot.pm b/xCAT-server/lib/xcat/plugins/yaboot.pm index 66fbbee84..32a1238e7 100644 --- a/xCAT-server/lib/xcat/plugins/yaboot.pm +++ b/xCAT-server/lib/xcat/plugins/yaboot.pm @@ -86,7 +86,7 @@ sub setstate { } ); } - $kern->{kcmdline} =~ s/!myipfn!/$ipfn/; + $kern->{kcmdline} =~ s/!myipfn!/$ipfn/g; } if ($kern->{addkcmdline}) { $kern->{kcmdline} .= " ".$kern->{addkcmdline};