From 801f86de90cbb3847ab256f38b159969e990e772 Mon Sep 17 00:00:00 2001 From: Aditya Garg <85610623+AdityaGarg8@users.noreply.github.com> Date: Tue, 26 Nov 2024 18:30:26 +0530 Subject: [PATCH] Update chroot_build.sh --- files/chroot_build.sh | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/files/chroot_build.sh b/files/chroot_build.sh index 00f52c6..8c1c676 100755 --- a/files/chroot_build.sh +++ b/files/chroot_build.sh @@ -50,16 +50,6 @@ update-initramfs -u -v -k "${KERNEL_VERSION}" echo >&2 "===]> Info: Remove unused applications ... " -apt-get purge -y -qq \ - linux-generic \ - linux-headers-6.8.0-31 \ - linux-headers-6.8.0-31-generic \ - linux-headers-generic \ - linux-image-6.8.0-31-generic \ - linux-image-generic \ - linux-modules-6.8.0-31-generic \ - linux-modules-extra-6.8.0-31-generic - apt-get autoremove -y echo >&2 "===]> Info: Cleanup the chroot environment... "