mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
CLOUDSTACK-5932: updated script with the valid iso download urls
This commit is contained in:
parent
0d222b14a1
commit
18191ce79a
@ -4,8 +4,8 @@ Veewee::Definition.declare({
|
||||
:disk_size => '2500', :disk_format => 'VDI', :hostiocache => 'off',
|
||||
:os_type_id => 'Debian_64',
|
||||
:iso_file => "debian-7.0.0-amd64-netinst.iso",
|
||||
:iso_src => "http://cdimage.debian.org/mirror/cdimage/archive/7.0.0/amd64/iso-cd/debian-7.0.0-amd64-netinst.iso",
|
||||
:iso_md5 => "6a55096340b5b1b7d335d5b559e13ea0",
|
||||
:iso_src => "http://ftp.acc.umu.se/mirror/cdimage/release/7.3.0/amd64/iso-cd/debian-7.3.0-amd64-netinst.iso",
|
||||
:iso_md5 => "72473e8a5e65b61acc7efde90d9f71d1",
|
||||
:iso_download_timeout => "1000",
|
||||
:boot_wait => "10", :boot_cmd_sequence => [
|
||||
'<Esc>',
|
||||
|
||||
@ -4,8 +4,8 @@ Veewee::Definition.declare({
|
||||
:disk_size => '2500', :disk_format => 'VDI', :hostiocache => 'off',
|
||||
:os_type_id => 'Debian',
|
||||
:iso_file => "debian-7.0.0-i386-netinst.iso",
|
||||
:iso_src => "http://cdimage.debian.org/mirror/cdimage/archive/7.0.0/i386/iso-cd/debian-7.0.0-i386-netinst.iso",
|
||||
:iso_md5 => "a6b93666a5393334accb7ac4ee28d949",
|
||||
:iso_src => "http://ftp.acc.umu.se/mirror/cdimage/release/7.3.0/i386/iso-cd/debian-7.3.0-i386-netinst.iso",
|
||||
:iso_md5 => "04c58f30744e64a0459caf7d7cace479",
|
||||
:iso_download_timeout => "1000",
|
||||
:boot_wait => "10", :boot_cmd_sequence => [
|
||||
'<Esc>',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user