CLOUDSTACK-5932: updated script with the valid iso download urls

This commit is contained in:
Abhinandan Prateek 2014-01-23 15:24:06 +05:30 committed by Hugo Trippaers
parent 0d222b14a1
commit 18191ce79a
2 changed files with 4 additions and 4 deletions

View File

@ -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>',

View File

@ -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>',