2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-11 14:00:17 +00:00

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:
wanghuaz
2009-10-13 07:59:05 +00:00
parent f2965109a5
commit c1a87eca58

View File

@@ -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,