-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
This commit is contained in:
parent
77b2e44c07
commit
f5eb80e953
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user