diff --git a/busybox-image.changes b/busybox-image.changes index d349750..9e33103 100644 --- a/busybox-image.changes +++ b/busybox-image.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Apr 12 12:03:53 UTC 2024 - Dirk Mueller + +- Don't wipe everything in /var/log, only remove log files (this omits directories owned by packages) + ------------------------------------------------------------------- Thu Apr 4 17:37:20 UTC 2024 - Dirk Mueller diff --git a/config.sh b/config.sh index cefc458..b073daf 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/zypp +rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2} exit 0