X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=chroot-script;h=d1bdb958d9c73b2e26999375d2f88c64400aa72a;hp=9ca8d1297a43a0db5028c42603807c3c52672802;hb=190788f7894ad368ea24d27b8acc2cef7db692d4;hpb=016fa9fd913e68de7a183399b370a6258e10a3a6 diff --git a/chroot-script b/chroot-script index 9ca8d12..d1bdb95 100755 --- a/chroot-script +++ b/chroot-script @@ -129,6 +129,12 @@ EOF } # }}} +# remove now useless apt cache {{{ +remove_apt_cache() { + apt-get clean +} +# }}} + # install additional packages {{{ packages() { # Pre-seed the debconf database with answers. Each question will be marked @@ -435,8 +441,8 @@ trap signal_handler HUP INT QUIT TERM install_policy_rcd for i in chrootmirror grmlrepos kernelimg_conf \ - kernel packages extrapackages reconfigure hosts interfaces \ - timezone fstab hostname initrd grub_config passwords custom_scripts \ + kernel packages extrapackages remove_apt_cache reconfigure hosts interfaces \ + timezone fstab hostname initrd grub_config passwords custom_scripts \ services ; do if stage $i ; then $i && stage $i done || exit 1