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=0fdb18dc86c5e59faf46f9c39eb695a7751777ec;hp=76429503b40e7b42949a77bbaabdace7aa1bdebd;hb=5977841617d46a42ac27e2f4bbc8e62288d0e2c4;hpb=9838a1360e0675cc06ef853848d42793c51e3701 diff --git a/etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot b/etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot index 7642950..0fdb18d 100755 --- a/etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot +++ b/etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot @@ -4,7 +4,7 @@ # Authors: grml-team (grml.org), (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2 or any later version. -# Latest change: Wed Sep 19 13:51:05 CEST 2007 [mika] +# Latest change: Sun Nov 04 11:29:07 CET 2007 [mika] ################################################################################ set -e @@ -43,5 +43,10 @@ if ifclass GRML_SMALL ; then cp $target/etc/runlevel.conf.livecd.small $target/etc/runlevel.conf fi +# Remove all FAI logs from chroot: +if ifclass RELEASE ; then + rm -rf $target/var/log/fai/* +fi + ## END OF FILE ################################################################# # vim:ft=sh expandtab ai tw=80 tabstop=4 shiftwidth=3