Fork time? Maybe all the anti-systemd zealots were right all along…
Edit: To address whether it is likely that this change will affect users: Gnome is planning a stronger dependence on userdb, the part of systemd where this change is being implemented. https://blogs.gnome.org/adrianvovk/2025/06/10/gnome-systemd-dependencies/
Final Edit: The PR has been merged into main.



What is the most effective way to gather all of my personal stuff within Linux and it be as plug and play with every distro as possible?
Like if I wanted to infinitely distro hop to avoid this fucking Trainwreck right here, how would I easily and effectively ensure I can?
Can I take a set of folders?
Is there a backup format of some kind?
Is there a way to do this with installed programs in a way that can be dropped in?
btrfs. aside from useful things like on-the-fly compression and deduping, the thing has subvolumes; think partitions as folders, so you don’t have to pre-size them. so e.g. your root (system) and home (user files and settings) are in separate subvolumes, which a) allows for easy backup/migrations and b) nothing stops you from installing a completely different OS (or several of those) in their respective subvolumes and then mount your home to each of those.
so you can have e.g. fedora and debian and arch, all on the same file system, using the same home, with all your shit available at all times and they don’t interfere with each other.