From 262fadd5314c1394abb936abf2ce5c77a51dbc2a Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 21 Feb 2026 15:32:15 +0100 Subject: [PATCH] Revert "Ensure /home is indexed on Btrfs" This reverts commit 9f561e0123b0a2266ca35442fefa5a9290d1e898. --- install/config/localdb.sh | 3 +-- migrations/1771622309.sh | 3 --- 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 migrations/1771622309.sh diff --git a/install/config/localdb.sh b/install/config/localdb.sh index 027128fb..73721488 100644 --- a/install/config/localdb.sh +++ b/install/config/localdb.sh @@ -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 diff --git a/migrations/1771622309.sh b/migrations/1771622309.sh deleted file mode 100644 index 7573323a..00000000 --- a/migrations/1771622309.sh +++ /dev/null @@ -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