rhtyd commented on a change in pull request #5073:
URL: https://github.com/apache/cloudstack/pull/5073#discussion_r646451348



##########
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* || true

Review comment:
       @weizhouapache would this help, essentially saying remove all the old 
4.x kernels. As the new/LTS Linux kernel are in the 5.x series - 
https://www.kernel.org/category/releases.html




-- 
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]


Reply via email to