this post was submitted on 10 Jun 2024
56 points (91.2% liked)
Linux
48054 readers
750 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
Yes, just yes. Try it. If you want, I can elaborate further.
I've been using it for about a year now, and I just can't imagine going back to a traditional mutable distro.
I've never encountered any personal issues (capabilities, convenience, breaking things, annoyances) as a casual user.
I would recommend you Bazzite, but you can always just rebase to Aurora if you want, it literally takes just 2 minutes.
Just search for Fedora Atomic here on this community, and you will find dozens of great experience reports.
Bazzite is awesome. Installed it yesterday, first "distro" that just works with everything out of the box, including Logitech Keyboard/Mouse and fan control. Had to switch to X11 with dual monitor setup and nvidia, but anything else is just smooth. No tinkering, no going back because that one programm doesn't work properly. Love it!
Rather than rebasing, would there be a way to to layer the Bazzite Optimizations (Kernel & scheduler Optimizations for gaming, not Lutris etc) on top of aurora-dx?
I recently switched to bazzite. What i ended up doing was using bluebuild and making my own github repo. Which takes the newest version of bazzite upstream and strips out flatpaks i dont want or certain packages. And installs some i want. The documentation could use some work but its a great concept
https://blue-build.org/learn/getting-started/
https://github.com/Steamymoomilk/yboxproworkstation
And my repo if you need insperation and or help with configuring bluebuild feel free to ask!
Im still trying to figure out how to make it automatically take distrobox assemble distrobox.ini and setup my distroboxes
And to answer your question with bluebuild you can take bazzite-dx and set that as your image in recipe.yml and then specify what packages you want added via brew, flatpak, or rpm-ostree or removed
Holy shit, this is amazing!
I am currently struggling with build a custom image.
I already asked the devs that so no problem if you dont know it.
First Are you using bluebuild? There a many forks of custom image starting point. Secondly if your usijg bluebuild template. All files that specify packages and what modules should be on the recipes folder. Using recipe.yml is a very good starting point as you can specify how to install a package and what package manger to use. IE brew, rpm-ostree
You can also add modles which you can take the bluebuild template and add a modules folder in the main tree. Bluebuild has premade modules, aswell as documentation to make a cutom module.
And to answer your first question directly use recipe.yml in the recipes folder to specify other .yml files to be used in building. Secondly the best you can get is githubs builder in the actions tab, however some errors are BLOODY USELESS BECAUSE THERE WRONG. I have had a few times where it complained about not having a - at the top of a module. Even though there was one there, i eventually solved it after rewriting a part of my .yml i belive it was a formating issue
Here is my small project which I created to tackle down the issue. It is still the same, the config is really small and just tries to reinstall firefox, which was removed in secureblue.
Interesting, will look at this.
Lets see