From e01ddc25bb4b661f3610029393d1755e2654fb2d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 16 Oct 2023 16:30:38 +0200 Subject: EL-8 aarch64 now also have 7.2 and 7.3 --- wizard/index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'wizard/index.php') 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("
  • aarch64 for Enterprise Linux $ver is not planed for now

  • "); $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'; } } -- cgit