CentOS 8.4
This commit is contained in:
parent
67b703636b
commit
e69850d100
2 changed files with 7 additions and 2 deletions
|
|
@ -263,7 +263,8 @@ INSERT INTO systems (id, name, release, short, relorder) VALUES
|
||||||
(210,'Ubuntu', '21.04', 'ubuntu-hirsute', 33),
|
(210,'Ubuntu', '21.04', 'ubuntu-hirsute', 33),
|
||||||
(211,'Fedora', '34', 'fedora-34', 33),
|
(211,'Fedora', '34', 'fedora-34', 33),
|
||||||
(212,'Debian', '11 (stable)','debian-bullseye',15),
|
(212,'Debian', '11 (stable)','debian-bullseye',15),
|
||||||
(213,'Debian', '12 (testing)','debian-bookworm',16);
|
(213,'Debian', '12 (testing)','debian-bookworm',16),
|
||||||
|
(214,'CentOS', '8.4', 'centos-8.4', 64);
|
||||||
|
|
||||||
|
|
||||||
-- Removes any path components and compression extensions from the filename.
|
-- Removes any path components and compression extensions from the filename.
|
||||||
|
|
|
||||||
|
|
@ -219,6 +219,9 @@ case "$1" in
|
||||||
8.3)
|
8.3)
|
||||||
centd 8.3 8.3.2011 $CMIRROR
|
centd 8.3 8.3.2011 $CMIRROR
|
||||||
;;
|
;;
|
||||||
|
8.4)
|
||||||
|
centd 8.4 8.4.2105 $CMIRROR
|
||||||
|
;;
|
||||||
old)
|
old)
|
||||||
$0 2.1
|
$0 2.1
|
||||||
$0 3.1
|
$0 3.1
|
||||||
|
|
@ -274,10 +277,11 @@ case "$1" in
|
||||||
$0 8.0
|
$0 8.0
|
||||||
$0 8.1
|
$0 8.1
|
||||||
$0 8.2
|
$0 8.2
|
||||||
|
$0 8.3
|
||||||
;;
|
;;
|
||||||
current)
|
current)
|
||||||
$0 7.9 # till 2024-06-30
|
$0 7.9 # till 2024-06-30
|
||||||
$0 8.3 # till 2029-05-31
|
$0 8.4 # till 2029-05-31
|
||||||
;;
|
;;
|
||||||
all)
|
all)
|
||||||
$0 old
|
$0 old
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue