From bbf62edbd7cc3872a074fee9d7361f689ba768fb Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Wed, 5 Aug 2009 03:37:03 +0200 Subject: [PATCH] grml_cleanup_chroot: get rid of some further lvm files --- debian/changelog | 4 +++- etc/grml/fai/grml/grml_cleanup_chroot | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 23c6a29..07a50a6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,8 +8,10 @@ grml-live (0.9.21) UNRELEASED; urgency=low * When adjusting postfix configuration: make sure to execute newaliases command after adjusting configuration, otherwise the old hostname will be left inside /etc/aliases.db. + * grml_cleanup_chroot: get rid of /etc/lvm/cache/.cache and + /etc/lvm/backup/main as well. - -- Michael Prokop Wed, 05 Aug 2009 03:32:43 +0200 + -- Michael Prokop Wed, 05 Aug 2009 03:36:36 +0200 grml-live (0.9.20) unstable; urgency=low diff --git a/etc/grml/fai/grml/grml_cleanup_chroot b/etc/grml/fai/grml/grml_cleanup_chroot index 4637818..62902bb 100755 --- a/etc/grml/fai/grml/grml_cleanup_chroot +++ b/etc/grml/fai/grml/grml_cleanup_chroot @@ -261,7 +261,7 @@ einfo "Cleaning and removing some misc files and directories" /var/state/*/* /var/state/* /var/log/nessus/* \ /halt /reboot /ash.static /etc/dhcpc/*.info /etc/dhcpc/resolv* \ /etc/*passwd- /etc/*shadow- /etc/*group- /var/spool/postfix/maildrop/* \ - /etc/lvm/.cache 2>/dev/null + /etc/lvm/.cache /etc/lvm/cache/.cache /etc/lvm/backup/main 2>/dev/null rm -rf /tmp/* /var/tmp/* /var/tmp/.* /var/backups/* /.ssh /root/.ssh /home/*/.ssh \ /home/grml/* /home/grml/.??* /var/lib/texmf/ls-R /var/spool/texmf/ls-R \ /var/lib/mysql /var/log/lilo_log.* /core* 2>/dev/null -- 2.1.4