Add CentOS 7.7
This commit is contained in:
parent
bd573a4412
commit
faa1cd6e55
2 changed files with 7 additions and 2 deletions
|
|
@ -249,7 +249,8 @@ INSERT INTO systems (id, name, release, short, relorder) VALUES
|
||||||
(196,'CentOS', '8.1', 'centos-8.1', 61),
|
(196,'CentOS', '8.1', 'centos-8.1', 61),
|
||||||
(197,'Fedora', '31', 'fedora-31', 30),
|
(197,'Fedora', '31', 'fedora-31', 30),
|
||||||
(198,'FreeBSD', '12.1', 'freebsd-12.1', 71),
|
(198,'FreeBSD', '12.1', 'freebsd-12.1', 71),
|
||||||
(199,'Ubuntu', '20.04', 'ubuntu-focal', 31);
|
(199,'Ubuntu', '20.04', 'ubuntu-focal', 31),
|
||||||
|
(200,'CentOS', '7.8', 'centos-7.8', 52);
|
||||||
|
|
||||||
|
|
||||||
-- Removes any path components and compression extensions from the filename.
|
-- Removes any path components and compression extensions from the filename.
|
||||||
|
|
|
||||||
|
|
@ -201,6 +201,9 @@ case "$1" in
|
||||||
7.7)
|
7.7)
|
||||||
centc 7.7 7.7.1908 $CMIRROR
|
centc 7.7 7.7.1908 $CMIRROR
|
||||||
;;
|
;;
|
||||||
|
7.8)
|
||||||
|
centc 7.8 7.8.2003 $CMIRROR
|
||||||
|
;;
|
||||||
8.0)
|
8.0)
|
||||||
centd 8.0 8.0.1905 $CMIRROR
|
centd 8.0 8.0.1905 $CMIRROR
|
||||||
;;
|
;;
|
||||||
|
|
@ -257,11 +260,12 @@ case "$1" in
|
||||||
$0 7.4
|
$0 7.4
|
||||||
$0 7.5
|
$0 7.5
|
||||||
$0 7.6
|
$0 7.6
|
||||||
|
$0 7.7
|
||||||
$0 8.0
|
$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.8 # till 2024-06-30
|
||||||
$0 8.1 # till 2029-05-31
|
$0 8.1 # till 2029-05-31
|
||||||
;;
|
;;
|
||||||
all)
|
all)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue