CLOUDSTACK-6451: suppressing popup
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/3f2061c1 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/3f2061c1 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/3f2061c1 Branch: refs/heads/4.2 Commit: 3f2061c1f3d2fa4d375c41a095c7a23fca51b349 Parents: 6044902 Author: Abhinandan Prateek <aprat...@apache.org> Authored: Sat Apr 19 12:31:42 2014 +0530 Committer: Abhinandan Prateek <aprat...@apache.org> Committed: Sat Apr 19 12:31:42 2014 +0530 ---------------------------------------------------------------------- tools/appliance/definitions/systemvmtemplate64/base.sh | 4 ++-- tools/appliance/definitions/systemvmtemplate64/definition.rb | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/3f2061c1/tools/appliance/definitions/systemvmtemplate64/base.sh ---------------------------------------------------------------------- diff --git a/tools/appliance/definitions/systemvmtemplate64/base.sh b/tools/appliance/definitions/systemvmtemplate64/base.sh index d6faea0..a7f31b3 100644 --- a/tools/appliance/definitions/systemvmtemplate64/base.sh +++ b/tools/appliance/definitions/systemvmtemplate64/base.sh @@ -1,8 +1,8 @@ # Update the box -apt-get -y update +DEBIAN_FRONTEND=noninteractive apt-get -qq -y update #apt-get -y install linux-headers-$(uname -r) build-essential #apt-get -y install zlib1g-dev libssl-dev libreadline-gplv2-dev -apt-get -y install curl unzip +DEBIAN_FRONTEND=noninteractive apt-get -qq -y install curl unzip # Set up sudo echo 'vagrant ALL=NOPASSWD:ALL' > /etc/sudoers.d/vagrant http://git-wip-us.apache.org/repos/asf/cloudstack/blob/3f2061c1/tools/appliance/definitions/systemvmtemplate64/definition.rb ---------------------------------------------------------------------- diff --git a/tools/appliance/definitions/systemvmtemplate64/definition.rb b/tools/appliance/definitions/systemvmtemplate64/definition.rb index 30f2849..713ee75 100644 --- a/tools/appliance/definitions/systemvmtemplate64/definition.rb +++ b/tools/appliance/definitions/systemvmtemplate64/definition.rb @@ -4,8 +4,8 @@ Veewee::Definition.declare({ :disk_size => '2000', :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://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-7.4.0-amd64-netinst.iso", + :iso_md5 => "e7e9433973f082a297793c3c5010b2c5", :iso_download_timeout => "1000", :boot_wait => "10", :boot_cmd_sequence => [ '<Esc>',