Add Ubuntu 20.10
This commit is contained in:
parent
91b43d220b
commit
648dbe025f
2 changed files with 7 additions and 2 deletions
|
|
@ -253,7 +253,8 @@ INSERT INTO systems (id, name, release, short, relorder) VALUES
|
||||||
(200,'CentOS', '7.8', 'centos-7.8', 52),
|
(200,'CentOS', '7.8', 'centos-7.8', 52),
|
||||||
(201,'CentOS', '8.2', 'centos-8.2', 62),
|
(201,'CentOS', '8.2', 'centos-8.2', 62),
|
||||||
(202,'Fedora', '32', 'fedora-32', 31),
|
(202,'Fedora', '32', 'fedora-32', 31),
|
||||||
(203,'FreeBSD', '11.4', 'freebsd-11.4', 65);
|
(203,'FreeBSD', '11.4', 'freebsd-11.4', 65),
|
||||||
|
(204,'Ubuntu', '20.10', 'ubuntu-groovy', 32);
|
||||||
|
|
||||||
|
|
||||||
-- Removes any path components and compression extensions from the filename.
|
-- Removes any path components and compression extensions from the filename.
|
||||||
|
|
|
||||||
|
|
@ -122,6 +122,9 @@ case $1 in
|
||||||
focal)
|
focal)
|
||||||
stdrepo focal $CMIRROR amd64
|
stdrepo focal $CMIRROR amd64
|
||||||
;;
|
;;
|
||||||
|
groovy)
|
||||||
|
stdrepo groovy $CMIRROR amd64
|
||||||
|
;;
|
||||||
old)
|
old)
|
||||||
$0 warty
|
$0 warty
|
||||||
$0 hoary
|
$0 hoary
|
||||||
|
|
@ -151,12 +154,13 @@ case $1 in
|
||||||
$0 artful
|
$0 artful
|
||||||
$0 cosmic
|
$0 cosmic
|
||||||
$0 disco
|
$0 disco
|
||||||
|
$0 eoan
|
||||||
;;
|
;;
|
||||||
current)
|
current)
|
||||||
$0 xenial # until 2021-04
|
$0 xenial # until 2021-04
|
||||||
$0 bionic # until 2023-04
|
$0 bionic # until 2023-04
|
||||||
$0 eoan # until 2020-07
|
|
||||||
$0 focal # until 2030-04
|
$0 focal # until 2030-04
|
||||||
|
$0 groovy # until 2021-07
|
||||||
;;
|
;;
|
||||||
all)
|
all)
|
||||||
$0 old
|
$0 old
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue