From ea2c6f1303e494d430bd5fcdc66d7ea737a24132 Mon Sep 17 00:00:00 2001 From: daniceexi Date: Wed, 10 Aug 2011 07:26:28 +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/branches/2.6@10255 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};