Remove plocate to avoid updatedb going crazy with scanning the file system once a day

This commit is contained in:
Anders Rytter Hansen 2025-04-16 08:06:54 +02:00
commit 1b864fbf72
2 changed files with 3 additions and 4 deletions

View file

@ -150,6 +150,9 @@ RUN dkms install zfs/$(ls /usr/src/ | grep zfs- | cut -d- -f2-) -k $(rpm -q --qu
# Install Gnome Boxes
RUN rpm-ostree install gnome-boxes
# Remove plocate to avoid updatedb going crazy with scanning the file system once a day
RUN rpm-ostree override remove plocate
# enable scx service
RUN systemctl enable scx.service

View file

@ -1,4 +0,0 @@
# https://bugzilla.redhat.com/show_bug.cgi?id=2033216
PRUNEFS = "9p afs autofs binfmt_misc ceph cgroup cgroup2 cifs coda configfs curlftpfs debugfs devfs devpts devtmpfs ecryptfs ftpfs fuse.ceph fuse.cryfs fuse.encfs fuse.glusterfs fuse.gvfsd-fuse fuse.mfs fuse.rclone fuse.rozofs fuse.sshfs >
# https://bugzilla.redhat.com/show_bug.cgi?id=2097889
PRUNEPATHS = "/tmp /media /dev /sys /proc /run /var/cache /var/spool /var/.snapshot.home"