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
c1cc9463
Unverified
Commit
c1cc9463
authored
Jan 29, 2020
by
gmiranda
Committed by
GitHub
Jan 29, 2020
Browse files
Added Kali 2020 to the default ISO list (#1236)
Added Kali 2020 to the default ISO list
parent
34806d4e
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/Ravada.pm
View file @
c1cc9463
...
...
@@ -456,7 +456,28 @@ sub _update_isos {
,
xml_volume
=>
'
jessie-volume.xml
'
,
min_disk_size
=>
'
10
'
}
,
kali_64
=>
{
name
=>
'
Kali Linux 2020
'
,
description
=>
'
Kali Linux 2020 64 Bits
'
,
arch
=>
'
amd64
'
,
xml
=>
'
jessie-amd64.xml
'
,
xml_volume
=>
'
jessie-volume.xml
'
,
url
=>
'
https://cdimage.kali.org/kali-2020.\d+/
'
,
file_re
=>
'
kali-linux-2020.\d+-installer-amd64.iso
'
,
sha256_url
=>
'
$url/SHA256SUMS
'
,
min_disk_size
=>
'
10
'
}
,
kali_64_netinst
=>
{
name
=>
'
Kali Linux 2020 (NetInstaller)
'
,
description
=>
'
Kali Linux 2020 64 Bits (light NetInstall)
'
,
arch
=>
'
amd64
'
,
xml
=>
'
jessie-amd64.xml
'
,
xml_volume
=>
'
jessie-volume.xml
'
,
url
=>
'
https://cdimage.kali.org/kali-2020.\d+/
'
,
file_re
=>
'
kali-linux-2020.\d+-installer-netinst-amd64.iso
'
,
sha256_url
=>
'
$url/SHA256SUMS
'
,
min_disk_size
=>
'
10
'
}
,
windows_7
=>
{
name
=>
'
Windows 7
'
,
description
=>
'
Windows 7 64 bits. Requires an user provided ISO image.
'
...
...
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