87
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 04 Sep 2026
87 points (87.2% liked)
Linux
67525 readers
551 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 7 years ago
MODERATORS
My initial idea was to just literally reverse-engineer the way SteamOS does it but when I saw what a mess this was I looked at a few other distros and how Fedora Silverblue used ostree seemed the most intuitive for me to program so yeah, that's pretty much the reason haha. Are you just asking for clarification or do you think bootc has some advantages that you care to explain? Now would be the perfect time as the only machines running this are my ThinkPad, ThinkCentre and two friends on their spare laptops.
https://universal-blue.discourse.group/t/wtf-is-cloud-native-and-what-is-all-this/5147
https://github.com/bootcrew/mono
Very interesting, I'll take a deeper look at that tomorrow, thank you!
I'm not a dev, but bootc sounds like the way forward. Like, it has ostree baked in, so you get all of it's benefits without having to deal with the drawbacks.
On top of that, bootc is more distro agnostic. So, ideal for an Arch base. And most of all, your distro would be contributing to the community for being a bootc arch reference.
So don’t you think you’ve come full circle and invented Bazzite again?
Haha, good thing to point out, however my plan is to make the second release able to be "unlocked" so you can pretty much treat it like vanilla Arch Linux but with a failsafe atomic way of the updates being applied. Being immutable is just the default configuration. Think of it more like Arch-Atomic but I couldn't choose that name due to their trademark policy.