/install is hard coded

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8542 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
xq2005 2011-01-04 02:41:15 +00:00
parent 32bb6eee92
commit 276b28372d
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ fi
mounted=0;
result=`mount |grep /install |grep $NFSSERVER`
if [ $? -eq 0 ]; then
NFSSERVER=$INSTALLDIR
NFSSERVER="/install"
mounted=1
fi

View File

@ -52,7 +52,7 @@ fi
mounted=0;
result=`mount |grep /install |grep $NFSSERVER`
if [ $? -eq 0 ]; then
NFSSERVER=$INSTALLDIR
NFSSERVER="/install"
mounted=1
fi