Add Ubuntu 18.04 + Fedora 28
This commit is contained in:
parent
8487d37aad
commit
bb236c1f0e
4 changed files with 13 additions and 3 deletions
|
|
@ -229,7 +229,9 @@ INSERT INTO systems (id, name, release, short, relorder) VALUES
|
|||
(176,'CentOS', '7.1', 'centos-7.1', 44),
|
||||
(177,'CentOS', '7.2', 'centos-7.2', 45),
|
||||
(178,'CentOS', '7.3', 'centos-7.3', 46),
|
||||
(179,'CentOS', '7.4', 'centos-7.4', 47);
|
||||
(179,'CentOS', '7.4', 'centos-7.4', 47),
|
||||
(180,'Ubuntu', '18.04', 'ubuntu-bionic', 27),
|
||||
(181,'Fedora', '28', 'fedora-28', 27);
|
||||
|
||||
|
||||
-- Removes any path components and compression extensions from the filename.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue