add rh7 support

This commit is contained in:
litingt 2015-02-09 19:56:16 -08:00
parent 18dfb991c0
commit 465c25d22b

View File

@ -141,7 +141,7 @@ echo "This is an $OSNAME system"
#begin to create repo for redhat platform
grep -i 'Red' /etc/issue;
grep -i 'Red' /etc/*release*;
if [ "$OSNAME" != "AIX" -a $? -eq 0 ]; then
cat >$CURDIR/build/xCAT-core.repo << EOF
[xcat-2-core]