add rh7 support
This commit is contained in:
parent
18dfb991c0
commit
465c25d22b
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user