mirror of https://github.com/apache/cloudstack.git
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:
parent
4752c1e6af
commit
44b4f3d8ee
|
|
@ -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() {
|
||||
|
|
|
|||
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue