defect 2947789: use getTftpDir to get the tftp dir

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5284 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
daniceexi 2010-02-24 09:19:34 +00:00
parent b36b557aef
commit 11cbdc7291

View File

@ -235,7 +235,7 @@ if ($inet6support) {
close($conn);
next;
}
my $tftpdir = "/tftpboot/";
my $tftpdir = xCAT::Utils->getTftpDir();
eval {
alarm(2);
print $conn "ready\n";