appliance: upgrade systemvm to latest packages

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
(cherry picked from commit eca528dec7)
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
Rohit Yadav 2015-01-28 23:10:31 +05:30
parent 4752c1e6af
commit 44b4f3d8ee
2 changed files with 8 additions and 0 deletions

View File

@ -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() {

View File

@ -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() {