Allow RHEL/centos 7.0 -> 7.1.9999 to be used
Fix errors that will be thrown on RHEL7.1 like: '''This script must be run on RHEL 7.0 or older and not RHEL 7.1.''' Change-Id: I4f387247b5e3e88115a7242dc5d33251663564c1
This commit is contained in:
parent
b031771b26
commit
ffc32cdd86
@ -1,8 +1,8 @@
|
||||
# -*- sh -*-
|
||||
|
||||
## Bootstrap for CentOS Linux 6.0 <-> 7.1
|
||||
## Bootstrap for CentOS Linux 6.0 <-> 7.1.9999
|
||||
SHORTNAME=CENTOS
|
||||
MAX_RELEASE=7.1
|
||||
MAX_RELEASE=7.1.9999
|
||||
MIN_RELEASE=6.0
|
||||
|
||||
source "$BSCONF_DIR/CommonRedHat"
|
||||
|
@ -1,8 +1,8 @@
|
||||
# -*- sh -*-
|
||||
|
||||
## Bootstrap for Redhat Enterprise Linux 6.0 <-> 7.0
|
||||
## Bootstrap for Redhat Enterprise Linux 6.0 <-> 7.1.9999
|
||||
SHORTNAME=RHEL
|
||||
MAX_RELEASE=7.0
|
||||
MAX_RELEASE=7.1.9999
|
||||
MIN_RELEASE=6.0
|
||||
|
||||
source "$BSCONF_DIR/CommonRedHat"
|
||||
|
Loading…
Reference in New Issue
Block a user