diff --git a/xCAT-server/sbin/xcatconfig b/xCAT-server/sbin/xcatconfig index 6a54ea904..ed4d16b3d 100755 --- a/xCAT-server/sbin/xcatconfig +++ b/xCAT-server/sbin/xcatconfig @@ -139,7 +139,8 @@ else if ($::osname eq 'AIX') { $::arch = `uname -p`; - $::root = ""; + #$::root = ""; + $::root = xCAT::Utils->getHomeDir(); } else {