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... "