From 5456d0d85e6a77910ae188a3ba0b8063d17188e5 Mon Sep 17 00:00:00 2001 From: Edison Su Date: Thu, 20 Jun 2013 17:49:39 -0700 Subject: [PATCH] CLOUDSTACK-2481: add vhd-util in system vm template --- tools/appliance/definitions/systemvmtemplate/postinstall.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tools/appliance/definitions/systemvmtemplate/postinstall.sh b/tools/appliance/definitions/systemvmtemplate/postinstall.sh index 203cf54d827..2a8a75b876a 100644 --- a/tools/appliance/definitions/systemvmtemplate/postinstall.sh +++ b/tools/appliance/definitions/systemvmtemplate/postinstall.sh @@ -164,12 +164,17 @@ EOF locale-gen en_US.UTF-8 } +fix_vhdutil() { + wget --no-check-certificate http://download.cloud.com.s3.amazonaws.com/tools/vhd-util -O /bin/vhd-util +} + do_fixes() { fix_nameserver fix_inittab fix_acpid fix_hostname fix_locale + fix_vhdutil } configure_apache2() {