Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Ravada-Mirror
Commits
7cf7d6da
Unverified
Commit
7cf7d6da
authored
Nov 25, 2020
by
Paula Paez
Committed by
GitHub
Nov 25, 2020
Browse files
Iso files (#1447)
fix(iso): updated ubuntu images
parent
9cde8d3c
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/Ravada.pm
View file @
7cf7d6da
...
...
@@ -226,7 +226,7 @@ sub _update_isos {
,
xml
=>
'
bionic-amd64.xml
'
,
xml_volume
=>
'
bionic64-volume.xml
'
,
url
=>
'
http://cdimage.ubuntu.com/ubuntu-mate/releases/18.04.*/release/ubuntu-mate-18.04.*-desktop-amd64.iso
'
,
md5
_url
=>
'
$url/
MD5
SUMS
'
,
sha256
_url
=>
'
$url/
SHA256
SUMS
'
},
mate_bionic_i386
=>
{
name
=>
'
Ubuntu Mate Bionic 32 bits
'
...
...
@@ -253,8 +253,8 @@ sub _update_isos {
,
arch
=>
'
amd64
'
,
xml
=>
'
focal_fossa-amd64.xml
'
,
xml_volume
=>
'
focal_fossa64-volume.xml
'
,
url
=>
'
http://releases.ubuntu.com/20.04
/
'
,
file_re
=>
'
^ubuntu-20.04.
*
desktop-amd64.iso
'
,
url
=>
'
http://releases.ubuntu.com/20.04
'
,
file_re
=>
'
^ubuntu-20.04.
1-
desktop-amd64.iso
'
,
sha256_url
=>
'
$url/SHA256SUMS
'
,
min_disk_size
=>
'
9
'
}
...
...
@@ -344,9 +344,9 @@ sub _update_isos {
,
arch
=>
'
amd64
'
,
xml
=>
'
bionic-amd64.xml
'
,
xml_volume
=>
'
bionic64-volume.xml
'
,
md5
_url
=>
'
$url/
MD5
SUMS
'
,
sha256
_url
=>
'
$url/
SHA256
SUMS
'
,
url
=>
'
http://cdimage.ubuntu.com/kubuntu/releases/18.04/release/
'
,
file_re
=>
'
kubuntu-18.04-desktop-amd64.iso
'
,
file_re
=>
'
kubuntu-18.04
.5
-desktop-amd64.iso
'
,
rename_file
=>
'
kubuntu_bionic_64.iso
'
}
,
kubuntu_32
=>
{
...
...
@@ -355,9 +355,9 @@ sub _update_isos {
,
arch
=>
'
i386
'
,
xml
=>
'
bionic-i386.xml
'
,
xml_volume
=>
'
bionic32-volume.xml
'
,
md5
_url
=>
'
$url/
MD5
SUMS
'
,
sha256
_url
=>
'
$url/
SHA256
SUMS
'
,
url
=>
'
http://cdimage.ubuntu.com/kubuntu/releases/18.04/release/
'
,
file_re
=>
'
kubuntu-18.04-desktop-i386.iso
'
,
file_re
=>
'
kubuntu-18.04
.5
-desktop-i386.iso
'
,
rename_file
=>
'
kubuntu_bionic_32.iso
'
}
,
suse_15
=>
{
...
...
@@ -4506,3 +4506,4 @@ Sys::Virt
=cut
1
;
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment