mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
CLOUDSTACK-7824: using debian 7.7.0 for systemvm template
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
This commit is contained in:
parent
e1c788ca3c
commit
e463d6d21c
@ -10,9 +10,9 @@ Veewee::Definition.declare({
|
||||
:memory_size=> '256',
|
||||
:disk_size => '2500', :disk_format => 'VDI', :hostiocache => 'off',
|
||||
:os_type_id => 'Debian_64',
|
||||
:iso_file => "debian-7.5.0-amd64-netinst.iso",
|
||||
:iso_src => "http://cdimage.debian.org/mirror/cdimage/archive/7.5.0/amd64/iso-cd/debian-7.5.0-amd64-netinst.iso",
|
||||
:iso_md5 => "8fdb6715228ea90faba58cb84644d296",
|
||||
:iso_file => "debian-7.7.0-amd64-netinst.iso",
|
||||
:iso_src => "http://ftp.acc.umu.se/debian-cd/7.7.0/amd64/iso-cd/debian-7.7.0-amd64-netinst.iso",
|
||||
:iso_md5 => "0b31bccccb048d20b551f70830bb7ad0",
|
||||
:iso_download_timeout => "1000",
|
||||
:boot_wait => "10", :boot_cmd_sequence => [
|
||||
'<Esc>',
|
||||
|
||||
@ -10,9 +10,9 @@ Veewee::Definition.declare({
|
||||
:memory_size=> '256',
|
||||
:disk_size => '2500', :disk_format => 'VDI', :hostiocache => 'off',
|
||||
:os_type_id => 'Debian',
|
||||
:iso_file => "debian-7.5.0-i386-netinst.iso",
|
||||
:iso_src => "http://cdimage.debian.org/mirror/cdimage/archive/7.5.0/i386/iso-cd/debian-7.5.0-i386-netinst.iso",
|
||||
:iso_md5 => "0e6eaacb5a5828473afe90f6df9c8f16",
|
||||
:iso_file => "debian-7.7.0-i386-netinst.iso",
|
||||
:iso_src => "http://ftp.acc.umu.se/debian-cd/7.7.0/i386/iso-cd/debian-7.7.0-i386-netinst.iso",
|
||||
:iso_md5 => "76d512c44a9b7eca53ea2812ad5ac36f",
|
||||
:iso_download_timeout => "1000",
|
||||
:boot_wait => "10", :boot_cmd_sequence => [
|
||||
'<Esc>',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user