Arch Linux, made immutable, declarative and atomic: blendOS v4 released
Arch Linux, made immutable, declarative and atomic: blendOS v4 released
Arch Linux made declarative, immutable and atomic.
Arch Linux, made immutable, declarative and atomic: blendOS v4 released
Arch Linux made declarative, immutable and atomic.
Interesting. Do they point to arch repos or provide their own like Manjaro? I haven't thought about a rolling release atomic distro before.
Just the Arch repos with an additional repository (similar to EndeavourOS), so AUR packages do work as intended and are in fact officially supported.
(disclaimer: blendOS dev here)
Neat!
Also, the full disclosure of association/potential bias is absolutely appreciated. 🍻
I used to Arch, now I'm on ublue-kinoite with an Arch distrobox. Is there a reason to consider switching? (actual genuine question, not trolling)
Just wanted to add that OpenSUSE MicroOS uses Tumbleweed repos by default, so I'm fairly sure that's an atomic rolling release too. Not 100% sure, though.
Sweet, been waiting for this one. I wonder how it will compare to NixOS or Kinoite.
*Fedora Atomic
Its a huge bundle of tons of variants, likely 40 or so, if you take everything that uBlue, wayblue and secureblue produce
I just wanted to say this is all very confusing. I barely installed Ubuntu on my laptop as a daily driver mostly due to the MS Recall debacle. It's fine, it's great. However, reading all the Linux Lemmy posts makes me feel like I'll never understand. I know all these words and what they mean, just not in an OS context.
Think about it this way: going onto Linux communities and listening to what people say can be like listening to car mechanics chat.
But do you need to know what all of that stuff means to drive your car? Nah. But that info could come in handy, if you wanted to modify your car or something like that.
You don't need to know what Wayland/X11, PipeWire, GTK4/Qt6, or anything like that is, in much the same way you don't need to know what PowerShell, Event Viewer, NT kernel, or registry are to use Windows.
Welcome to the Linux community. :)
You will probably never understand everything about Linux and all of its included and associated systems. That's completely fine, no one does! That's why we are many, and it's what asking for advice or help is for. You can just learn whatever interests you at your own pace, and know that there will always be interesting things you haven't seen yet.
You probably think of yourself as pretty knowledgeable regarding Windows, but have you ever studied for a Microsoft certification exam? This in depth knowledge is not something the average user needs for his daily usage, but can be interesting to read/know.
cmd.exe
or PowerShell Don't sweat it. There were people doing advanced things in Windows that would probably have blown your mind as well. It's just that most people that use Linux just enjoy tinkering for the sake of tinkering so it's more visible, and Linux lends itself to people doing weird and wonderful things never envisioned by it's creators.
You just started on the road, where you stop is entirely up to you. Just know that the view is way more interesting going this route. Take a few pictures on the way.
It's fine you don't have to understand any of these just use the computer normally and you're good
😇do you know how to add repos to atp? That’s pretty important, or you may end up installing .dep manually, which I not recommend for people that want a OS that just works
don't worry. this probably isn't for you... yet... anyway, why did you install ubuntu??? who misguided you? you should have gone linux mint DE, mx linux, Fedora or something like that. Ubuntu was great... 15 years ago. Sorry if I sound too hard... take it with a laugh 😁
No. Fuck this shit. Don't do this.
It's already bad when everyone in this community shoves their distro down potential linux-converts' throats, thereby confusing them even more. Don't tell (or imply to) freshly converted users that they potentially made a wrong choice.
TF do you think they're going to do now? Move to fedora? The commenter above already stated that it was a hassle to install Ubuntu and now you're telling them to change distros already???
Ubuntu is still great... compared to Windows. Sure. It may not hold to your ideals. Compared to other distros, canonical may make some questionable choices. BUT THEY DON'T IMPLEMENT A FUCKING RECALL. So it's fine (for now).
Ubuntu is fine for newcomers. It has a shit ton of support online and you can easily search questions whose answers are likely to be found within the first few results.
So stop shoving distros down people's throats, especially fresh users.
I know you said:
Sorry if I sound too hard... take it with a laugh 😁
It doesn't come across that way. You come off as a gatekeeper.
jesus christ
How does it compare to NixOS rolling?
I don't think that this one is as reproducible and declarative as NixOS or Guix.
This is just NixOS with extra steps
A very dumb question probably, but I'm new to using Linux so I lack a lot of understanding: I'm on Bazzite atm. Would there be a simple way to switch to blend OS without wiping everything? Like a rebase? Probably not but I figured it's worth a shot to ask xD
No such thing, we all start somewhere! :)
Anyway, you could in fact do that if you were thinking of trying out other Fedora Atomic images such as Silverblue and whatnot (see also the ublue page listing tons of others, including your bazzite!). This uses different tooling, so unfortunately not in this case.
Ooh, not just yet (in essence, it’d be hard to migrate over from the system used in Fedora Atomic to that used by blendOS) :( We’re working on a migration script for users from regular ole’ Arch Linux, though.
(disclaimer: blendOS dev here)
Ah well, not the first time I changed distro xD I'll make some space on my drive and test it
bazzite is fedora based? If so, your filesystem is btrfs and your /home is a subvolume, same as your / (root). you can install a new operating system in a btrfs subvolume (e.g. /blendosroot), then have systemd-boot or grub mount it as root and mount your existing home from it.
sadly, there's no noob-friendly way to achieve this, but if you're adventurous, you have enough search terms to make it happen.
I will jump into that rabbit hole, thanks!
This use case would be covered by bootc, but BlendOS doesn’t have support by the looks of it atm
I'm new too but I separated by root and home partitions this last install to try and allow that.
Isn't that kind of the point of keeping / and /home on separate partitions or subvolumes/pools?
I'm not super clear on what being declarative and atomic means in an OS context. Does it mean there's a file describing what packages are installed, kind of like nix?
I am no expert, please correct me if I’m wrong
From what I understand, it’s like Nix but Arch based. The /system.yaml
file contains all of the packages installed on the system.
Also it’s the worst when you download an operating system and you realize that it’s mutable
You’re like “oh no I did not want the mutable one I wanted the immutable one”
I know what all words mean
It's new to me, I think it's saying that your system is built up by you declaring what you want in a file, a single source that everything comes from.
It's atomic because each action the system takes is carefully completed rather than bailing out and requiring you to fix something.
It's immutable meaning you declare how you want things to be set up and then critical changes stem from those declarations and nothing else. You would obviously generate preferences, save data, etc. but the files that make the system / packages work are carefully locked.
It's like the concept of flatpaks + structured system defining + modern common sense OS operations?
I already learnt of blendOS two weeks ago, I think in a discussion of immutable distros.
Really looking forward to play around with it some more and maybe replace my Arch install with this.
Does anybody know if configurations are also declarative?
Basically I want some easy way to spin up something arch linux based with my KDE Plasma settings, pacman hooks, grub configurations etc.
Oh yep, they are declarative, and that's what we've tried to implement with /system.yaml
. pacman hooks and grub configs can be defined through /system.yaml
(through a combination of the packages and commands arrays), but Plasma config is per-user and so wouldn't be possible to declare unfortunately :( you can declare GNOME config though, fwiw
(disclaimer: blendOS dev here)
Very intriguing. Is there a wiki or support forum in the works, too?
Oh, the main utilities exclusive to blendOS have been documented here: https://blendos.co/reference/ And all the installation/post-install guides: https://blendos.co/install/
For support, we primarily use Discord, although there are plans to set up Discourse eventually: https://discord.gg/fvMpV8ZNxD
(disclosure: blendOS dev here)
Cool. Will definitely be giving blendOS a spin in a VM.
Is there a "light" version, without a WM? I run Hyprland on my current Arch setup.
Indeed, you can just write your own custom /system.yaml
file with the hyprland package (or no WM/DE for that matter). This guide describes how you can do that: https://blendos.co/install/post-install/intro/ (use the 'custom' track and add 'hyprland' to the package list)
(disclaimer: blendOS dev here)
Set 'blendos-base' in your system.yaml, install additional packages, update and reboot.
Honestly, having a declarative package manager is pretty important.
Consider the following: We've had the transition from Sys V Init to Systemd recently. But what does it actually mean?
It means, that instead of running a command to start a service, you now flip a switch in a clear, standardized way. The advantage is that you can get a table-like overview over all the services that are currently running. You get an overview, in other words. That is worth a lot because it brings structure and clarity into your system.
Now, with package management it's the same way. Instead of running a command to install a package, we should instead give a list of all the packages that we want to have installed, and the package manager should take care of making sure that they are installed. That would improve clarity, because you get a list of all the packages that are installed. It might also increase efficiency if you're installing many packages, because large parts of the work can be done in parallel. And importantly, you get reproducibility. Imagine you just have a file where it names all the packages that should be installed. You can just take that list and copy it to another machine. Now you've cloned your package installations. I guess things like Docker, with their docker files, are kinda already going in that direction. But it would be nice to have support for it in the mainline operating systems.
This looks very tempting!
I'd love this for Artix because I just prefer the experience of runit
Is it ostree based? I guess I should RTM