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