-
Notifications
You must be signed in to change notification settings - Fork 204
Data to be deleted from /var #1994
Ferlinuxdebian
started this conversation in
General
-
I created a Fedora bootc image and I’m using it now as my system. I put
bootc container lint at the end of the Containerfile to check for errors, and it warns me about files in /var. What can I delete from there? Can I simply delete everything?
My project is here:
https://github.com/Ferlinuxdebian/bootc-gnome-minimal
#9 [5/5] RUN bootc container lint
#9 2.595 Lint warning: var-tmpfiles: Found content in /var missing systemd tmpfiles.d entries:
#9 2.595 d /var/lib/AccountsService 0775 root root - -
#9 2.595 d /var/lib/AccountsService/icons 0775 root root - -
#9 2.595 d /var/lib/AccountsService/users 0700 root root - -
#9 2.595 d /var/lib/alsa 0755 root root - -
#9 2.595 d /var/lib/color 0755 root root - -
#9 2.595 ...and 75 more
#9 2.595 Found non-directory/non-symlink files in /var:
#9 2.595 var/usrlocal/share/applications/mimeinfo.cache
#9 2.595 var/roothome/.cache/dconf/user
#9 2.595 Checks passed: 11
#9 2.595 Checks skipped: 1
#9 2.595 Warnings: 1
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment