add SL support

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9683 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2011-05-25 12:28:14 +00:00
parent abf4eda63a
commit 662eb61d2e

View File

@ -62,6 +62,8 @@ if [[ -z "$OSPKGDIR" ]]; then
OSPKGDIR="$OSPKGDIR/1"
elif [[ $OSVER = rhel* ]]; then
OSPKGDIR="$OSPKGDIR/Server"
elif [[ $OSVER = SL* ]]; then
OSPKGDIR="$OSPKGDIR/SL"
fi
fi