From c1a87eca58aed95a6523cc31c741917570875882 Mon Sep 17 00:00:00 2001 From: wanghuaz Date: Tue, 13 Oct 2009 07:59:05 +0000 Subject: [PATCH] Fixed defect 2875569 git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4363 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/PPCvm.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/PPCvm.pm b/perl-xCAT/xCAT/PPCvm.pm index e13d20a2d..65052bd13 100644 --- a/perl-xCAT/xCAT/PPCvm.pm +++ b/perl-xCAT/xCAT/PPCvm.pm @@ -747,7 +747,7 @@ sub modify_by_attr { # profile has been applied yet (before first # boot?), use the default_profile ############################################## - if ( ! @$cfg_res[0]) + if ( (!@$cfg_res[0]) || (@$cfg_res[0] =~ /^none$/) ) { $cfg_res = xCAT::PPCcli::lssyscfg( $exp,