Skip to content

Commit

Permalink
fix(ISO): updated Ubuntu 16.04
Browse files Browse the repository at this point in the history
issue UPC#1442
  • Loading branch information
frankiejol committed Dec 16, 2020
1 parent 3d07929 commit a53721d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
13 changes: 12 additions & 1 deletion lib/Ravada.pm
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,17 @@ sub _update_isos {
,url => 'http://cdimage.ubuntu.com/ubuntu-mate/releases/18.04.*/release/ubuntu-mate-18.04.*-desktop-i386.iso'
,sha256_url => '$url/SHA256SUMS'
},
ubuntu_xenial => {
name => 'Ubuntu Xenial Xerus 64 bits'
,description => 'Ubuntu 16.04 LTS Xenial Xerus 64 bits'
,arch => 'amd64'
,xml => 'xenial64-amd64.xml'
,xml_volume => 'xenial64-volume.xml'
,url => 'http://releases.ubuntu.com/16.04/ubuntu-16.04.*-desktop-amd64.iso'
,sha256_url => '$url/SHA256SUMS'
,min_disk_size => '10'
},

mate_xenial => {
name => 'Ubuntu Mate Xenial'
,description => 'Ubuntu Mate 16.04.3 (Xenial) 64 bits'
Expand Down Expand Up @@ -425,7 +436,7 @@ sub _update_isos {
,description => 'Xubuntu 16.04 Xenial Xerus 64 bits (LTS)'
,url => 'http://cdimage.ubuntu.com/lubuntu/releases/16.04.*/release/'
,file_re => 'lubuntu-16.04.*-desktop-amd64.iso'
,md5_url => '$url/MD5SUMS'
,sha256_url => '$url/SHA256SUMS'
,xml => 'yakkety64-amd64.xml'
,xml_volume => 'yakkety64-volume.xml'
,min_disk_size => '10'
Expand Down
12 changes: 0 additions & 12 deletions sql/data/insert_iso_images.sql
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,6 @@ VALUES('Ubuntu Xenial Xerus 32 bits','Ubuntu 16.04 LTS Xenial Xerus 32 bits'
,'10'
);

INSERT INTO iso_images
(name,description,arch,xml,xml_volume,url, file_re, md5_url, min_disk_size)
VALUES('Ubuntu Xenial Xerus 64 bits','Ubuntu 16.04 LTS Xenial Xerus 64 bits'
,'amd64'
,'xenial64-amd64.xml'
,'xenial64-volume.xml'
,'http://releases.ubuntu.com/16.04/'
,'ubuntu-16.04.*-desktop-amd64.iso'
,'$url/MD5SUMS'
,'10'
);

INSERT INTO iso_images
(name,description,arch,xml,xml_volume,url,file_re,md5_url)
VALUES('Debian Jessie 64 bits'
Expand Down

0 comments on commit a53721d

Please sign in to comment.