From 3a6abc058679bab9acfc941de7999fe636148a6d Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Wed, 18 Jan 2012 00:38:05 +0100 Subject: [PATCH] GRMLBASE/98-clean-chroot: get rid of /etc/blkid.tab --- etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot b/etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot index 9222f27..b2f30a6 100755 --- a/etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot +++ b/etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot @@ -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/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(){ -- 2.1.4