X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=etc%2Fgrml%2Ffai%2Fconfig%2Fscripts%2FGRMLBASE%2F98-clean-chroot;h=228463796d97f817e421f62f84a36283a32dfb7c;hb=0c469a66c1d77ef2aff158145bb3ccec02dc361a;hp=629fdeb1d87970cd4d6f6b0fde60b96141d43dd7;hpb=06335ed6cf5e6dad2ba8d056540957a3b3fde8e3;p=grml-live.git diff --git a/etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot b/etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot index 629fdeb..2284637 100755 --- a/etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot +++ b/etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot @@ -43,9 +43,9 @@ if ifclass GRML_SMALL ; then cp $target/etc/runlevel.conf.livecd.small $target/etc/runlevel.conf fi -# Remove all FAI logs from chroot: +# Remove all FAI logs from chroot via grml-live then: if ifclass RELEASE ; then - rm -rf $target/var/log/fai/* + touch $target/etc/grml_fai_release fi ## END OF FILE #################################################################