From 5fed2daa90e939cbcb00e152aa033e54b19d9a67 Mon Sep 17 00:00:00 2001 From: daniceexi Date: Wed, 24 Feb 2010 09:01:01 +0000 Subject: [PATCH] defect 2948423: use getTftpDir to get the tftp dir git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5279 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 b0982eef1..15b661a2c 100644 --- a/xCAT-server/lib/xcat/plugins/pxe.pm +++ b/xCAT-server/lib/xcat/plugins/pxe.pm @@ -10,7 +10,7 @@ my $addkcmdlinehandled; my $request; my $callback; my $dhcpconf = "/etc/dhcpd.conf"; -my $tftpdir = "/tftpboot"; +my $tftpdir = xCAT::Utils->getTftpDir(); #my $dhcpver = 3; my %usage = (