From 44b4f3d8ee46d0163981b294d866bf9c2f3cd4bf Mon Sep 17 00:00:00 2001 From: Rohit Yadav Date: Wed, 28 Jan 2015 23:10:31 +0530 Subject: [PATCH] appliance: upgrade systemvm to latest packages Signed-off-by: Rohit Yadav (cherry picked from commit eca528dec73bc8599089a44516c37894d56d1902) Signed-off-by: Rohit Yadav --- tools/appliance/definitions/systemvm64template/postinstall.sh | 4 ++++ tools/appliance/definitions/systemvmtemplate/postinstall.sh | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/tools/appliance/definitions/systemvm64template/postinstall.sh b/tools/appliance/definitions/systemvm64template/postinstall.sh index 064a2226d06..62c4d039f13 100644 --- a/tools/appliance/definitions/systemvm64template/postinstall.sh +++ b/tools/appliance/definitions/systemvm64template/postinstall.sh @@ -109,6 +109,10 @@ install_packages() { apt-get --no-install-recommends -q -y --force-yes install links:i386 libuuid1:i386 apt-get --no-install-recommends -q -y --force-yes install radvd + + # do a final update and upgrade + apt-get update + apt-get -y --force-yes } setup_accounts() { diff --git a/tools/appliance/definitions/systemvmtemplate/postinstall.sh b/tools/appliance/definitions/systemvmtemplate/postinstall.sh index 5370849a6d9..e613ceb40a8 100644 --- a/tools/appliance/definitions/systemvmtemplate/postinstall.sh +++ b/tools/appliance/definitions/systemvmtemplate/postinstall.sh @@ -99,6 +99,10 @@ install_packages() { apt-get --no-install-recommends -q -y --force-yes install haproxy apt-get --no-install-recommends -q -y --force-yes install radvd + + # do a final update and upgrade + apt-get update + apt-get -y --force-yes } setup_accounts() {