update the repository path for redhat

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8141 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
mxi1 2010-11-12 10:18:24 +00:00
parent 9d81c4e126
commit 6eead7224e

View File

@ -59,7 +59,9 @@ fi
if [[ -z "$OSPKGDIR" ]]; then
OSPKGDIR="$NFSSERVER/$OSVER/$ARCH"
if [[ $OSVER = sles* ]]; then
OSPKGDIR="$OSPKGDIR/1"
OSPKGDIR="$OSPKGDIR/1"
elif [[ $OSVER = rhel* ]]; then
OSPKGDIR="$OSPKGDIR/Server"
fi
fi