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
2832cccb
Commit
2832cccb
authored
May 22, 2017
by
Francesc Guasch
Browse files
[#240] Added lubuntu ISO in SQL
parent
4499fb49
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/Ravada.pm
View file @
2832cccb
...
...
@@ -3,7 +3,7 @@ package Ravada;
use
warnings
;
use
strict
;
our
$VERSION
=
'
0.2.6_rc
4
';
our
$VERSION
=
'
0.2.6_rc
6
';
use
Carp
qw(carp croak)
;
use
Data::
Dumper
;
...
...
@@ -188,12 +188,28 @@ sub _update_isos {
}
,
xubuntu_xenial
=>
{
name
=>
'
Xubuntu Xenial Xerus
'
,
description
=>
'
Xubuntu 1
7
.04 Xenial Xerus 64 bits (LTS)
'
,
description
=>
'
Xubuntu 1
6
.04 Xenial Xerus 64 bits (LTS)
'
,
url
=>
'
http://archive.ubuntu.com/ubuntu/dists/xenial/main/installer-amd64/current/images/netboot/mini.iso
'
,
xml
=>
'
yakkety64-amd64.xml
'
,
xml_volume
=>
'
yakkety64-volume.xml
'
,
md5
=>
'
fe495d34188a9568c8d166efc5898d22
'
}
,
lubuntu_zesty
=>
{
name
=>
'
Lubuntu Zesty Zapus
'
,
description
=>
'
Lubuntu 17.04 Zesty Zapus 64 bits
'
,
url
=>
'
http://cdimage.ubuntu.com/lubuntu/releases/17.04/release/lubuntu-17.04-desktop-amd64.iso
'
,
md5_url
=>
'
http://cdimage.ubuntu.com/lubuntu/releases/17.04/release/MD5SUMS
'
,
xml
=>
'
yakkety64-amd64.xml
'
,
xml_volume
=>
'
yakkety64-volume.xml
'
}
,
lubuntu_xenial
=>
{
name
=>
'
Lubuntu Xenial Xerus
'
,
description
=>
'
Xubuntu 16.04 Xenial Xerus 64 bits (LTS)
'
,
url
=>
'
http://cdimage.ubuntu.com/lubuntu/releases/16.04.2/release/lubuntu-16.04.2-desktop-amd64.iso
'
,
md5_url
=>
'
http://cdimage.ubuntu.com/lubuntu/releases/16.04.2/release/MD5SUMS
'
,
xml
=>
'
yakkety64-amd64.xml
'
,
xml_volume
=>
'
yakkety64-volume.xml
'
}
);
...
...
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