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:
parent
9d81c4e126
commit
6eead7224e
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user