Debian considering automated upgrades
Debian considering automated upgrades
Posted Dec 16, 2016 4:10 UTC (Fri) by zlynx (guest, #2285)In reply to: Debian considering automated upgrades by mcatanzaro
Parent article: Debian considering automated upgrades
This could be done somewhat safely with BTRFS or LVM. Make /usr read-only. Create a read-write snapshot of /usr, apply the updates to that snapshot and then somehow atomically replace /usr with the new snapshot. Just mount over it? Is there a way to unmount the old /usr after, or would this plan just result in an eventual pile of 100 copies of /usr?