rhtyd commented on a change in pull request #5073:
URL: https://github.com/apache/cloudstack/pull/5073#discussion_r646448743
##########
File path: tools/appliance/systemvmtemplate/scripts/configure_grub.sh
##########
@@ -20,6 +20,8 @@ set -e
set -x
function configure_grub() {
+ # Remove old kernel
+ apt-get remove -y --purge linux-image-amd64 linux-image-4.19.0-16-amd64 ||
true
Review comment:
I see, we can explore some general way of removing kernels that are not
in use.
--
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]