From be26b9189c7d8a3cb067a9da35958cbcf2f03d96 Mon Sep 17 00:00:00 2001 From: Rohit Yadav Date: Fri, 10 Apr 2015 13:24:34 +0530 Subject: [PATCH] systemvmtemplate: set systemvm version to 4.5.1 Signed-off-by: Rohit Yadav --- tools/appliance/definitions/systemvm64template/postinstall.sh | 2 +- tools/appliance/definitions/systemvmtemplate/postinstall.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/appliance/definitions/systemvm64template/postinstall.sh b/tools/appliance/definitions/systemvm64template/postinstall.sh index 130116d0f28..8cffdaaacd2 100644 --- a/tools/appliance/definitions/systemvm64template/postinstall.sh +++ b/tools/appliance/definitions/systemvm64template/postinstall.sh @@ -19,7 +19,7 @@ set -x ROOTPW=password HOSTNAME=systemvm -CLOUDSTACK_RELEASE=4.5.0 +CLOUDSTACK_RELEASE=4.5.1 add_backports () { sed -i '/backports/d' /etc/apt/sources.list diff --git a/tools/appliance/definitions/systemvmtemplate/postinstall.sh b/tools/appliance/definitions/systemvmtemplate/postinstall.sh index 9dd6f6bd985..796ae02c21c 100644 --- a/tools/appliance/definitions/systemvmtemplate/postinstall.sh +++ b/tools/appliance/definitions/systemvmtemplate/postinstall.sh @@ -19,7 +19,7 @@ set -x ROOTPW=password HOSTNAME=systemvm -CLOUDSTACK_RELEASE=4.5.0 +CLOUDSTACK_RELEASE=4.5.1 add_backports () { sed -i '/backports/d' /etc/apt/sources.list