X-Git-Url: http://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=etc%2Fgrml%2Ffai%2Fconfig%2Fscripts%2FGRMLBASE%2F98-clean-chroot;fp=etc%2Fgrml%2Ffai%2Fconfig%2Fscripts%2FGRMLBASE%2F98-clean-chroot;h=4a5e0cb5d28f1175b5d66a1415c7f52a43020f2d;hp=88cba0069b51fb2ebb344ed919df01cb24b4146d;hb=e5e457851f7202fbcc46f5ce836dc2616279c647;hpb=3a42726f2b739be61608ee40ceb912d1e7fc53cf diff --git a/etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot b/etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot index 88cba00..4a5e0cb 100755 --- a/etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot +++ b/etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot @@ -113,6 +113,9 @@ zero(){ done } +echo "Removing possible leftovers from update-pciids runs" +rm -f "${target}"/wget-log* + echo "Cleaning log and cache directories" nuke ${target}/var/log ${target}/var/cache zero ${target}/var/account/pacct \