Fixed defect 2875569
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4363 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
f2965109a5
commit
c1a87eca58
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user