From f5eb80e953e21e4050b09744178e78e3da530fd4 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Wed, 23 Sep 2009 17:59:14 +0000 Subject: [PATCH] -Fix for entries that have multiple !myipfn! entries git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4213 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/pxe.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/pxe.pm b/xCAT-server/lib/xcat/plugins/pxe.pm index ee70b6b19..418bc0846 100644 --- a/xCAT-server/lib/xcat/plugins/pxe.pm +++ b/xCAT-server/lib/xcat/plugins/pxe.pm @@ -97,7 +97,7 @@ sub setstate { } ); } - $kern->{kcmdline} =~ s/!myipfn!/$ipfn/; + $kern->{kcmdline} =~ s/!myipfn!/$ipfn/g; } my $pcfg; unlink($tftpdir."/xcat/xnba/nodes/".$node.".pxelinux");