Add CentOS 8.1
This commit is contained in:
parent
cf5c16241f
commit
1d8490dde9
2 changed files with 8 additions and 2 deletions
|
|
@ -245,7 +245,8 @@ INSERT INTO systems (id, name, release, short, relorder) VALUES
|
||||||
(192,'FreeBSD', '11.3', 'freebsd-11.3', 64),
|
(192,'FreeBSD', '11.3', 'freebsd-11.3', 64),
|
||||||
(193,'Ubuntu', '19.10', 'ubuntu-eoan', 30),
|
(193,'Ubuntu', '19.10', 'ubuntu-eoan', 30),
|
||||||
(194,'CentOS', '7.7', 'centos-7.7', 51),
|
(194,'CentOS', '7.7', 'centos-7.7', 51),
|
||||||
(195,'CentOS', '8.0', 'centos-8.0', 60);
|
(195,'CentOS', '8.0', 'centos-8.0', 60),
|
||||||
|
(196,'CentOS', '8.1', 'centos-8.1', 61);
|
||||||
|
|
||||||
|
|
||||||
-- Removes any path components and compression extensions from the filename.
|
-- Removes any path components and compression extensions from the filename.
|
||||||
|
|
|
||||||
|
|
@ -204,6 +204,9 @@ case "$1" in
|
||||||
8.0)
|
8.0)
|
||||||
centd 8.0 8.0.1905 $CMIRROR
|
centd 8.0 8.0.1905 $CMIRROR
|
||||||
;;
|
;;
|
||||||
|
8.1)
|
||||||
|
centd 8.1 8.1.1911 $CMIRROR
|
||||||
|
;;
|
||||||
old)
|
old)
|
||||||
$0 2.1
|
$0 2.1
|
||||||
$0 3.1
|
$0 3.1
|
||||||
|
|
@ -253,11 +256,13 @@ case "$1" in
|
||||||
$0 7.3
|
$0 7.3
|
||||||
$0 7.4
|
$0 7.4
|
||||||
$0 7.5
|
$0 7.5
|
||||||
|
$0 7.6
|
||||||
|
$0 8.0
|
||||||
;;
|
;;
|
||||||
current)
|
current)
|
||||||
$0 6.10 # till 2020-11-30
|
$0 6.10 # till 2020-11-30
|
||||||
$0 7.7 # till 2024-06-30
|
$0 7.7 # till 2024-06-30
|
||||||
$0 8.0 # till 2029-05-31
|
$0 8.1 # till 2029-05-31
|
||||||
;;
|
;;
|
||||||
all)
|
all)
|
||||||
$0 old
|
$0 old
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue