summaryrefslogtreecommitdiffstats
path: root/wizard/index.php
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-02-20 13:45:26 +0100
committerRemi Collet <remi@remirepo.net>2020-02-20 13:45:26 +0100
commit861118c1c846020b779ef6d5406d970662c96dc2 (patch)
treef723b9dc11c0f4ed14dcdf365b996153f5791b94 /wizard/index.php
parent329de2c52ed2405f28fcb403f3994d2b1c26d620 (diff)
Wizard: +F32 -F29
Diffstat (limited to 'wizard/index.php')
-rw-r--r--wizard/index.php9
1 files changed, 5 insertions, 4 deletions
diff --git a/wizard/index.php b/wizard/index.php
index d9552777..fc252f44 100644
--- a/wizard/index.php
+++ b/wizard/index.php
@@ -21,9 +21,9 @@ $osvers = [
'CentOS 8' => '7.2',
'CentOS 7' => '5.4',
'CentOS 6' => '5.3',
+ 'Fedora 32' => '7.4',
'Fedora 31' => '7.3',
'Fedora 30' => '7.3',
- 'Fedora 29' => '7.2',
];
$osmin = [
'RHEL 8' => '7.2',
@@ -32,9 +32,9 @@ $osmin = [
'CentOS 8' => '7.2',
'CentOS 7' => '5.4',
'CentOS 6' => '5.4',
+ 'Fedora 32' => '5.6',
'Fedora 31' => '5.6',
'Fedora 30' => '5.6',
- 'Fedora 29' => '5.6',
];
$osmax = [
'RHEL 8' => '7.4',
@@ -43,9 +43,9 @@ $osmax = [
'CentOS 8' => '7.4',
'CentOS 7' => '7.4',
'CentOS 6' => '7.3',
+ 'Fedora 32' => '7.4',
'Fedora 31' => '7.4',
'Fedora 30' => '7.4',
- 'Fedora 29' => '7.4',
];
$osname = [
'RHEL 8' => 'RHEL-8',
@@ -54,9 +54,10 @@ $osname = [
'CentOS 8' => 'CentOS 8',
'CentOS 7' => 'CentOS 7 (maintained until June 2024)',
'CentOS 6' => 'CentOS 6 (maintained until March 2020)',
+ 'Fedora 32' => 'Fedora 32 (development version)',
'Fedora 31' => 'Fedora 31',
'Fedora 30' => 'Fedora 30',
- 'Fedora 29' => 'Fedora 29 (EOL since November 2019)',
+// 'Fedora 29' => 'Fedora 29 (EOL since November 2019)',
];
$grpname = [
'RHEL' => 'Red Hat Enterprise Linux',