From 7ec12dae061c9cf495ae6e3b2390c0a4ac03eb75 Mon Sep 17 00:00:00 2001 From: Prasanna Santhanam Date: Sat, 13 Jul 2013 10:34:54 +0530 Subject: [PATCH] CLOUDSTACK-2481: SystemVM template 64-bit patched with vhd-util This allows a template of a snapshot operation Signed-off-by: Prasanna Santhanam --- .../appliance/definitions/systemvmtemplate64/postinstall.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tools/appliance/definitions/systemvmtemplate64/postinstall.sh b/tools/appliance/definitions/systemvmtemplate64/postinstall.sh index cbcd282b62e..53ae2bb0e5a 100644 --- a/tools/appliance/definitions/systemvmtemplate64/postinstall.sh +++ b/tools/appliance/definitions/systemvmtemplate64/postinstall.sh @@ -165,12 +165,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() {