this post was submitted on 18 Oct 2023
24 points (74.0% liked)
Linux Gaming
15789 readers
6 users here now
Gaming on the GNU/Linux operating system.
Recommended news sources:
Related chat:
Related Communities:
Please be nice to other members. Anyone not being nice will be banned. Keep it fun, respectful and just be awesome to each other.
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
As far as I understood its worse, as they dont use OSTree but BTRFS snapshots. So they have an image, do atomic updates from some repository (not sure how thats done) and then build the next image. This process is atomic as a fail will cancel the update.
But the fetching or things is done via a normal package manager, its just building differently on your machine, again, aa far as I understood.
Then you have BTRFS snapshots which you reboot into. You can also layer packages, not sure how that is done and if its reversible.