From b020bcfb4926f108a6697317c0ed4162269cff99 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 (cherry picked from commit 337811dd810e413238a012381ae1c84d1e1fac7c) --- .../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() {