diff --git a/tools/bootstrap/CentOS b/tools/bootstrap/CentOS index 632c160d..6d474f02 100644 --- a/tools/bootstrap/CentOS +++ b/tools/bootstrap/CentOS @@ -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" diff --git a/tools/bootstrap/RedHatEnterpriseLinuxServer b/tools/bootstrap/RedHatEnterpriseLinuxServer index b13e4dd6..53f6b126 100644 --- a/tools/bootstrap/RedHatEnterpriseLinuxServer +++ b/tools/bootstrap/RedHatEnterpriseLinuxServer @@ -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"