Revert "Ensure /home is indexed on Btrfs"

This reverts commit 9f561e0123.
This commit is contained in:
David Heinemeier Hansson
2026-02-21 15:32:15 +01:00
parent 1a564500ac
commit 262fadd531
2 changed files with 1 additions and 5 deletions
+1 -2
View File
@@ -1,3 +1,2 @@
# Ensure /home is indexed on Btrfs (subvolumes look like bind mounts)
sudo sed -i 's/PRUNE_BIND_MOUNTS.*=.*/PRUNE_BIND_MOUNTS = "no"/' /etc/updatedb.conf
# Update localdb so that locate will find everything installed
sudo updatedb
-3
View File
@@ -1,3 +0,0 @@
echo "Fix locate not indexing home on Btrfs"
sudo sed -i 's/PRUNE_BIND_MOUNTS.*=.*/PRUNE_BIND_MOUNTS = "no"/' /etc/updatedb.conf
sudo updatedb