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:
parent
abf4eda63a
commit
662eb61d2e
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user