mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
appliance: Use Debian Wheezy rc1 for building systemvm
We switch from Debian beta-4 i386 to rc1 i386. Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
This commit is contained in:
parent
b899789665
commit
c2fbac4166
@ -3,9 +3,9 @@ Veewee::Definition.declare({
|
||||
:memory_size=> '256',
|
||||
:disk_size => '2000', :disk_format => 'VDI', :hostiocache => 'off',
|
||||
:os_type_id => 'Debian',
|
||||
:iso_file => "debian-wheezy-DI-b4-i386-netinst.iso",
|
||||
:iso_src => "http://cdimage.debian.org/cdimage/wheezy_di_beta4/i386/iso-cd/debian-wheezy-DI-b4-i386-netinst.iso",
|
||||
:iso_md5 => "34d0ae973715c7a31646281c70839809",
|
||||
:iso_file => "debian-wheezy-DI-rc1-i386-netinst.iso",
|
||||
:iso_src => "http://cdimage.debian.org/cdimage/wheezy_di_rc1/i386/iso-cd/debian-wheezy-DI-rc1-i386-netinst.iso",
|
||||
:iso_md5 => "db12ca9554bb8f121c98e268682a55d0",
|
||||
:iso_download_timeout => "1000",
|
||||
:boot_wait => "10", :boot_cmd_sequence => [
|
||||
'<Esc>',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user