rhtyd commented on a change in pull request #5073:
URL: https://github.com/apache/cloudstack/pull/5073#discussion_r646448485
##########
File path: tools/appliance/systemvmtemplate/scripts/apt_upgrade.sh
##########
@@ -53,11 +53,17 @@ function apt_upgrade() {
rm -fv /root/*.iso
apt-get -q -y update
+
+ # Remove unused non-default kernel
apt-get -q -y upgrade
apt-get -q -y dist-upgrade
+ apt-get -q -y upgrade -t buster-backports
+ apt-get -q -y dist-upgrade -t buster-backports
+
apt-get -y autoremove --purge
apt-get autoclean
apt-get clean
+ reboot
}
Review comment:
No see template.json
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]