this post was submitted on 12 May 2024
1047 points (98.2% liked)

Open Source

36150 readers
90 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] nossaquesapao 5 points 11 months ago* (last edited 11 months ago) (1 children)

I'm not the best person to explain, but they're distros with a read-only root filesystem. In some implementations, any changes, like installing a new package, or upgrading a version, can be interpreted as migrating a system from a state to another. This can mitigate some security risks and make machines easier to maintain.

[โ€“] Rustmilian@lemmy.world 2 points 11 months ago

In more technical terms, it's an image-based VCS system with an immutable root filesystem.