Merge branch 'dev' into rc

This commit is contained in:
David Heinemeier Hansson
2026-02-21 15:47:45 +01:00
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