this post was submitted on 09 Jan 2025
31 points (91.9% liked)

Bazzite

96 readers
1 users here now

Unofficial community for Universal Blue’s Bazzite image.

Documentation: https://docs.bazzite.gg

Official forum: https://universal-blue.discourse.group/c/bazzite/

Universal Blue on Mastodon: https://fosstodon.org/@UniversalBlue

Source code: https://github.com/ublue-os/bazzite/

founded 2 months ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 1 week ago (1 children)

valve is probably aiming steamOs more for windows users and most won't know what immutability is or how it works I don't have a steam deck so what's the A/B format for

[–] [email protected] 3 points 1 week ago

A/B format (or A/B partitioning) refers to how Valve handles updates. There's two partitions, each of which has a full copy of the base system files, and let's assume you're on Partition A. Each time you update, you would actually be updating Partition B, then you reboot and your boot system picks Partition B as the one you boot into. Next time you update, it's back to Partition A, etc. This way, you always have a safe system state.

On some systems, if you run into a bug, you can rollback to the alternate partition manually. The way Valve does it, you automatically rollback when you crash, so players never know this is happening in the background.

Vanilla OS also uses A/B partitioning, and their program that handles it is called ABRoot.