X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=etc%2Fgrml%2Ffai%2Fgrml%2Fgrml_cleanup_chroot;h=40bca06d659a898f9e3526b2e7e875e240c465b9;hp=04bb3bbdd6698381042160913f0dbf054e13afc3;hb=357aeccc20289a8b31a4d50ac718b9acc4e65c22;hpb=02f2d2167c9489eb19d068b8265858515b5416e9 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