|
|
|
|
|
by Seirdy
2430 days ago
|
|
Consider using toolbox[0][1], a tool built by and for Fedora (especially Fedora Silverblue and CoreOS). Essentially, you enter an unprivileged container (no root, no daemon), but keep your username and home directory. What this means is you can switch operating systems but keep your environment and kernel. I enter toolbox to build packages using build-time dependencies from Fedora Rawhide. Outside toolbox, my packages get updated as well. As of 2019-10-30, only Fedora-based images have been officially created; however, others have made functioning PRs for Ubuntu and CentOS-based toolboxes. Your containers can be saved to a special location that gets backed up. I back up mine with rclone[2] to my school's unlimited Google Drive storage. [0]: https://github.com/containers/toolbox [1]: https://docs.fedoraproject.org/en-US/fedora-silverblue/toolb... [2]: https://rclone.org/ |
|