diff --git a/busybox-image.changes b/busybox-image.changes index 11e5579..3faf2f5 100644 --- a/busybox-image.changes +++ b/busybox-image.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Sep 25 17:12:11 UTC 2024 - Dirk Mueller + +- improved log cleaning + ------------------------------------------------------------------- Fri Sep 13 09:56:19 UTC 2024 - Dirk Mueller diff --git a/config.sh b/config.sh index b073daf..67cc4ee 100644 --- a/config.sh +++ b/config.sh @@ -29,6 +29,6 @@ if command -v zypper > /dev/null; then zypper -n clean fi -rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2} +rm -rf {/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2} exit 0