this post was submitted on 25 Apr 2024
210 points (97.3% liked)
Linux
47952 readers
1873 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 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
But then why don't you simply develop a toolkit that installs all those things and sets things up properly on a standard fedora install?
This seems something with too big of an attack surface.
That's exactly what all universal blue images do. It's just that setup is done every single day in github from scratch and stamped out as an image so that the end result gets to your computer as a finished deployment artifact. Leads to better update reliability, built in rollback.
The biggest benefit is that it's easier for a community to fix the fast moving gamer stuff as a config layer on top of a distro that's delivered this way than me having to manually figure out what component of my gaming setup changed that week.
That would be very very hard and unreliable.
Bazzite is more than just "preinstalled Steam", it has a list of tweaks, optimizations and additions so long you can't even finish reading it all! 😅
This includes a different kernel, pre-configured containers, and much more.
If you do that on a regular system, configuration drift would quickly destroy any good experience in no time and result in a huge mess.
uBlue provides a solid base distribution (pretty much stock Fedora) and applies exactly your way, but in upstream, and then copies that new image to millions of PCs. By doing that, you can provide many many identical copies that are the same everywhere and always up to date, without the burden of maintaining a whole distro like on Nobara.
The hard and boring work of maintaining a distro is on the shoulders of the Fedora team, and you only have to maintain your own changes.
Not really.
You could do that. With that image everything is vompletely equal on the user device which means that debugging is much easier. Ublue makes distributing custom fedoras increadibly easy.
How does it have a large attack surface? I thought being immutable reduced the surface.