This is an automated email from the ASF dual-hosted git repository.

bhaisaab pushed a commit to branch debian9-systemvmtemplate
in repository https://gitbox.apache.org/repos/asf/cloudstack.git

commit 8a6d6fbbc47952d3ec46dd5bd70c0b91125cfba9
Author: Rohit Yadav <rohit.ya...@shapeblue.com>
AuthorDate: Fri Nov 17 15:06:46 2017 +0530

    update: update iso url
    
    Signed-off-by: Rohit Yadav <rohit.ya...@shapeblue.com>
---
 .../appliance/definitions/systemvmtemplate/configure_networking.sh  | 1 -
 tools/appliance/definitions/systemvmtemplate/definition.rb          | 6 +++---
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git 
a/tools/appliance/definitions/systemvmtemplate/configure_networking.sh 
b/tools/appliance/definitions/systemvmtemplate/configure_networking.sh
index 2ebd3a2..ab68cdf 100644
--- a/tools/appliance/definitions/systemvmtemplate/configure_networking.sh
+++ b/tools/appliance/definitions/systemvmtemplate/configure_networking.sh
@@ -56,7 +56,6 @@ iface lo inet loopback
 # The primary network interface
 auto eth0
 iface eth0 inet dhcp
-pre-up sleep 2
 
 EOF
 }
diff --git a/tools/appliance/definitions/systemvmtemplate/definition.rb 
b/tools/appliance/definitions/systemvmtemplate/definition.rb
index cea7bd2..a261a63 100644
--- a/tools/appliance/definitions/systemvmtemplate/definition.rb
+++ b/tools/appliance/definitions/systemvmtemplate/definition.rb
@@ -27,9 +27,9 @@ arch = 'amd64'
 architectures = {
     :amd64 => {
         :os_type_id => 'Debian_64',
-        :iso_file => 'debian-9.1.0-amd64-netinst.iso',
-        :iso_src => 
'https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-9.1.0-amd64-netinst.iso',
-        :iso_md5 => 'ddd8f6542dae8baf410e90b9ae0fe986'
+        :iso_file => 'debian-9.2.1-amd64-netinst.iso',
+        :iso_src => 
'https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-9.2.1-amd64-netinst.iso',
+        :iso_md5 => '5c583fd40360fd039b3ac98387b77dbb'
     }
 }
 

-- 
To stop receiving notification emails like this one, please contact
"commits@cloudstack.apache.org" <commits@cloudstack.apache.org>.

Reply via email to