From 276b28372ddbb88eba82cdfcb515cc009301047b Mon Sep 17 00:00:00 2001 From: xq2005 Date: Tue, 4 Jan 2011 02:41:15 +0000 Subject: [PATCH] /install is hard coded git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8542 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT/postscripts/ospkgs | 2 +- xCAT/postscripts/otherpkgs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT/postscripts/ospkgs b/xCAT/postscripts/ospkgs index e1a990c08..aaee34ac4 100755 --- a/xCAT/postscripts/ospkgs +++ b/xCAT/postscripts/ospkgs @@ -52,7 +52,7 @@ fi mounted=0; result=`mount |grep /install |grep $NFSSERVER` if [ $? -eq 0 ]; then - NFSSERVER=$INSTALLDIR + NFSSERVER="/install" mounted=1 fi diff --git a/xCAT/postscripts/otherpkgs b/xCAT/postscripts/otherpkgs index 640a6709e..11954d12f 100755 --- a/xCAT/postscripts/otherpkgs +++ b/xCAT/postscripts/otherpkgs @@ -52,7 +52,7 @@ fi mounted=0; result=`mount |grep /install |grep $NFSSERVER` if [ $? -eq 0 ]; then - NFSSERVER=$INSTALLDIR + NFSSERVER="/install" mounted=1 fi