summaryrefslogtreecommitdiffstats
path: root/wizard/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'wizard/index.php')
-rw-r--r--wizard/index.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/wizard/index.php b/wizard/index.php
index 5205a70a..e22cdd89 100644
--- a/wizard/index.php
+++ b/wizard/index.php
@@ -248,7 +248,8 @@ if ($arch == 'ppc64le' || $arch == 's390x') {
printf("<li><b>aarch64</b> for Enterprise Linux $ver is not planed for now</li><br />");
$err =true;
} else if ($os && $ver == 8) {
- $osmin['RHEL 8'] = $osmin['CentOS 8'] = $osminbase['RHEL 8'] = $osminbase['CentOS 8'] = '7.4';
+ // no older SCLs
+ $osmin['RHEL 8'] = $osmin['CentOS 8'] = '7.2';
}
}