X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=etc%2Fgrml%2Ffai%2Fconfig%2Fscripts%2FGRMLBASE%2F98-clean-chroot;h=1a736ee4727a0fbaa4120faa053572320a99f544;hp=435f1292afb7ca4f0ea63befd77413e5b2c55b88;hb=7f07138391b943ddfa63415c9331db91b5420cdf;hpb=6c567af989192cc468d284ae8532ed34cb406bfa diff --git a/etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot b/etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot index 435f129..1a736ee 100755 --- a/etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot +++ b/etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot @@ -100,14 +100,6 @@ rm -rf --one-file-system $target/etc/sysconfig/* \ $target/var/lib/mysql $target/var/log/lilo_log.* $target/core* \ $target/etc/blkid.tab -# avoid data leakage into target system -if ! [ -f "$target/etc/mtab" ]; then - echo "/etc/mtab does not exist or is not a regular file, not touching." -else - echo "Removing /etc/mtab" - rm -f "$target/etc/mtab" -fi - # remove only "temporary" or saved files in the given directories nuke(){ for i in $(find "$@" -name \*.gz -o -name \*.bz2 -o -name \*.0 2>/dev/null); do