From 986bbc2f2282fe090a4e86fa4c09e539b4bf8a7f Mon Sep 17 00:00:00 2001 From: jjhua Date: Tue, 15 Mar 2011 07:11:42 +0000 Subject: [PATCH] not use pprofile for getmacs git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9049 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/FSPmac.pm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/FSPmac.pm b/perl-xCAT/xCAT/FSPmac.pm index e5a673b59..1bf7f3bed 100644 --- a/perl-xCAT/xCAT/FSPmac.pm +++ b/perl-xCAT/xCAT/FSPmac.pm @@ -123,7 +123,10 @@ sub do_getmacs { } $cmd.= " -D -s auto -d auto -S $opt->{S} -G $opt->{G} -C $opt->{C} "; - } + } + + $pprofile = "not_use"; #lpar_netboot.expect need pprofile for p5 & p6, but for p7 ih, we don't use this attribute. + ####################################### # Add command options #######################################