From 51df7c97cf1f891de164562c68b4a5994afab48e Mon Sep 17 00:00:00 2001 From: yinle Date: Wed, 10 Nov 2010 04:31:27 +0000 Subject: [PATCH] Fix defect 3077406:xcatinst should not assume root user home directory on AIX git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8113 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/sbin/xcatconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 {