X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=chroot-script;h=75c6990ef395d27cb30755dff20c394e24abea46;hp=9ca8d1297a43a0db5028c42603807c3c52672802;hb=efa6137a2c5c426b0a052a8863c3b49fa1300dab;hpb=f125515f466f828f41388805a8276975c9878c77 diff --git a/chroot-script b/chroot-script index 9ca8d12..75c6990 100755 --- a/chroot-script +++ b/chroot-script @@ -129,6 +129,12 @@ EOF } # }}} +# remove now useless apt cache {{{ +remove_apt_cache() { + find /var/cache/apt/archives -name '*.deb' -exec rm -f '{}' \; +} +# }}} + # install additional packages {{{ packages() { # Pre-seed the debconf database with answers. Each question will be marked @@ -435,7 +441,7 @@ trap signal_handler HUP INT QUIT TERM install_policy_rcd for i in chrootmirror grmlrepos kernelimg_conf \ - kernel packages extrapackages reconfigure hosts interfaces \ + remove_apt_cache kernel packages extrapackages reconfigure hosts interfaces \ timezone fstab hostname initrd grub_config passwords custom_scripts \ services ; do if stage $i ; then