mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
CLOUDSTACK-7143: upgrade systemvm to latest debian stable, 7.6.0.
This commit is contained in:
parent
a6ee4112a5
commit
0f2012e842
@ -10,9 +10,9 @@ Veewee::Definition.declare({
|
|||||||
:memory_size=> '256',
|
:memory_size=> '256',
|
||||||
:disk_size => '2500', :disk_format => 'VDI', :hostiocache => 'off',
|
:disk_size => '2500', :disk_format => 'VDI', :hostiocache => 'off',
|
||||||
:os_type_id => 'Debian_64',
|
:os_type_id => 'Debian_64',
|
||||||
:iso_file => "debian-7.5.0-amd64-netinst.iso",
|
:iso_file => "debian-7.6.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_src => "http://cdimage.debian.org/debian-cd/7.6.0/amd64/iso-cd/debian-7.6.0-amd64-netinst.iso",
|
||||||
:iso_md5 => "8fdb6715228ea90faba58cb84644d296",
|
:iso_md5 => "8a3c2ad7fd7a9c4c7e9bcb5cae38c135",
|
||||||
:iso_download_timeout => "1000",
|
:iso_download_timeout => "1000",
|
||||||
:boot_wait => "10", :boot_cmd_sequence => [
|
:boot_wait => "10", :boot_cmd_sequence => [
|
||||||
'<Esc>',
|
'<Esc>',
|
||||||
|
|||||||
@ -10,9 +10,9 @@ Veewee::Definition.declare({
|
|||||||
:memory_size=> '256',
|
:memory_size=> '256',
|
||||||
:disk_size => '2500', :disk_format => 'VDI', :hostiocache => 'off',
|
:disk_size => '2500', :disk_format => 'VDI', :hostiocache => 'off',
|
||||||
:os_type_id => 'Debian',
|
:os_type_id => 'Debian',
|
||||||
:iso_file => "debian-7.5.0-i386-netinst.iso",
|
:iso_file => "debian-7.6.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_src => "http://cdimage.debian.org/debian-cd/7.6.0/i386/iso-cd/debian-7.6.0-i386-netinst.iso",
|
||||||
:iso_md5 => "0e6eaacb5a5828473afe90f6df9c8f16",
|
:iso_md5 => "528e1a7315da1bbf50bd4d187880a519",
|
||||||
:iso_download_timeout => "1000",
|
:iso_download_timeout => "1000",
|
||||||
:boot_wait => "10", :boot_cmd_sequence => [
|
:boot_wait => "10", :boot_cmd_sequence => [
|
||||||
'<Esc>',
|
'<Esc>',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user