From 079e746aa5e2edab6d83e20512b2226d61613ef8 Mon Sep 17 00:00:00 2001 From: jjhua Date: Wed, 23 May 2012 07:14:53 +0000 Subject: [PATCH] For the places that open site table to read attributes, change to call xCAT::Utils->get_site_attribute instead git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12904 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/anaconda.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/anaconda.pm b/xCAT-server/lib/xcat/plugins/anaconda.pm index 68a2530ee..b36b68447 100644 --- a/xCAT-server/lib/xcat/plugins/anaconda.pm +++ b/xCAT-server/lib/xcat/plugins/anaconda.pm @@ -179,7 +179,7 @@ sub mknetboot $installroot = $site_ent; } # ($ref) = $sitetab->getAttribs({key => 'xcatdport'}, 'value'); - @ents = xCAT::Utils->get_site_attribute("installdir"); + @ents = xCAT::Utils->get_site_attribute("xcatdport"); $site_ent = $ents[0]; if ( defined($site_ent) ) {