this post was submitted on 21 Jul 2025
13 points (62.3% liked)

Linux

8531 readers
403 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Cricket@lemmy.zip 3 points 20 hours ago* (last edited 20 hours ago)

Where Google's team put innovative effort into ChromeOS was in making it robust enough to be sold to the masses in the hundreds of millions of units, with no tech support. It's immutable, with image-based updates. It has two root partitions, one of which updates the other, so there's always a known good one to fall back to if an update should fail.

Vanilla OS also uses a two root partition system, called ABRoot, for its atomicity. The author should look into that, as it seems to be exactly what they're looking for.

This is a more fault-tolerant design than SUSE's MicroOS-based systems, which use the rather fragile Btrfs. It's also much simpler than the Fedora Atomic immutable systems, including offshoots such as Universal Blue, which use the Git-like — for which, read "fearsomely complex" — OSTree. For added entertainment, Fedora also defaults to Btrfs, with compression enabled. If you don't believe us about the problems of damaged Btrfs volumes, refer to the Btrfs documentation. We recommend taking the orange-highlighted Warning section very seriously indeed.

Stupid fearmongering about BTRFS (and OSTree, I presume). I selected an OpenSUSE distro precisely because it uses BTRFS and Snapper for automatic and transparent snapshots by default, which simplifies undoing most things that can break a system.