X-Git-Url: https://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=etc%2Fgrml%2Ffai%2Fgrml%2Fgrml_cleanup_chroot;h=40bca06d659a898f9e3526b2e7e875e240c465b9;hb=357aeccc20289a8b31a4d50ac718b9acc4e65c22;hp=04bb3bbdd6698381042160913f0dbf054e13afc3;hpb=229a51dfda4d619c47fb4b0ff94d4d952f61e62a;p=grml-live.git diff --git a/etc/grml/fai/grml/grml_cleanup_chroot b/etc/grml/fai/grml/grml_cleanup_chroot index 04bb3bb..40bca06 100755 --- a/etc/grml/fai/grml/grml_cleanup_chroot +++ b/etc/grml/fai/grml/grml_cleanup_chroot @@ -159,9 +159,9 @@ einfo "Unmounting proc, /dev/pts, /dev/capi" umount -a 2>/dev/null eend $? -einfo "Removing initrd-images" - rm -f /boot/initrd.img-* -eend $? +#einfo "Removing initrd-images" +# rm -f /boot/initrd.img-* +#eend $? einfo "Removing /var/lib/apt/lists/*-stuff, dpkg-status-old and pkgcache.bin" # for i in $(find /var/lib/apt/lists -type f \( -name \*Packages -o -name \*Sources \) 2>/dev/null); do :>"$i"; done