GRMLBASE/98-clean-chroot: get rid of /etc/blkid.tab
authorMichael Prokop <mika@grml.org>
Tue, 17 Jan 2012 23:38:05 +0000 (00:38 +0100)
committerMichael Prokop <mika@grml.org>
Tue, 17 Jan 2012 23:38:05 +0000 (00:38 +0100)
etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot

index 9222f27..b2f30a6 100755 (executable)
@@ -91,7 +91,8 @@ rm -rf --one-file-system $target/etc/sysconfig/* \
        $target/etc/lvm/.cache $target/etc/lvm/cache/.cache \
        $target/etc/lvm/backup/* $target/tmp/* \
        $target/var/tmp/* $target/var/backups/* \
        $target/etc/lvm/.cache $target/etc/lvm/cache/.cache \
        $target/etc/lvm/backup/* $target/tmp/* \
        $target/var/tmp/* $target/var/backups/* \
-       $target/var/lib/mysql $target/var/log/lilo_log.* $target/core*
+       $target/var/lib/mysql $target/var/log/lilo_log.* $target/core* \
+       $target/etc/blkid.tab
 
 # remove only "temporary" or saved files in the given directories
 nuke(){
 
 # remove only "temporary" or saved files in the given directories
 nuke(){