Can bazzite be installed while maintaining an existing /home partition?

In my particular case, I hop distros fairly frequently and as such have a dedicated ext4 partition mounted at /home. I have no problem nuking ~/.config, .var, and .cache, but I need to maintain .local (or at leastmost of .local/share) and my documents. If this is possible, how can it be done safely?
Solution:
You should be able to just create a brfs partition with just / and /var and then set the mount point /var/home to the existing ext4 partition. As long as you not switching DEs you shouldn't have any problems. I'd back up the home partition just in case though.
Jump to solution
4 Replies
Solution
wolfyreload
wolfyreload•2mo ago
You should be able to just create a brfs partition with just / and /var and then set the mount point /var/home to the existing ext4 partition. As long as you not switching DEs you shouldn't have any problems. I'd back up the home partition just in case though.
WoodenPlankGames
WoodenPlankGamesOP•2mo ago
this system has previously switched DEs (from Gnome to Plasma) but is now on Plasma. I can probably clear out most of the remainder with .config and .var anyways. Thanks!
wolfyreload
wolfyreload•2mo ago
Sometimes also worth clearing out .cache else you end up with all sorts of weird things happening. If you comfortable clearing out the .config files then you should be fine. Good luck 🙂
WoodenPlankGames
WoodenPlankGamesOP•2mo ago
rm -rf ~/.{var,config,cache} it is. actually I should probably leave var alone, the only stuff in there is flatpak data.

Did you find this page helpful?