this post was submitted on 08 Jun 2024
6 points (100.0% liked)

Linux

1258 readers
100 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

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
top 13 comments
sorted by: hot top controversial new old
[–] dch82@lemmy.zip 3 points 5 months ago

This is just NixOS with extra steps

[–] magikmw@lemm.ee 2 points 5 months ago (1 children)

Interesting. Do they point to arch repos or provide their own like Manjaro? I haven't thought about a rolling release atomic distro before.

[–] rs2009@infosec.pub 3 points 5 months ago (1 children)

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)

[–] MalReynolds@slrpnk.net 1 points 5 months ago

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)

[–] Telorand@reddthat.com 1 points 5 months ago (1 children)

Sweet, been waiting for this one. I wonder how it will compare to NixOS or Kinoite.

[–] boredsquirrel@slrpnk.net 0 points 5 months ago (1 children)

*Fedora Atomic

Its a huge bundle of tons of variants, likely 40 or so, if you take everything that uBlue, wayblue and secureblue produce

[–] pukeko@lemm.ee 1 points 5 months ago (1 children)

And that's without counting the roll-your-own variants. uBlue has been a remarkable project.

[–] boredsquirrel@slrpnk.net 1 points 5 months ago
  • Fedora Atomic has been a remarkable project ;D

Fedora builds the container images, even though they themselves use OSTree remotes. There is a Change Proposal to change to them.

This means they continuously build the container images without even using them!

Only because of that the standard container workflow actions (they use an Ubuntu container!) even work. But for sure their tooling is very useful

[–] 0x2d@lemmy.ml 1 points 5 months ago (1 children)

How does it compare to NixOS rolling?

[–] starman@programming.dev 1 points 5 months ago* (last edited 5 months ago)

I don't think that this one is as reproducible and declarative as NixOS or Guix.

[–] whatsgoingdom@rollenspiel.forum 0 points 5 months ago (3 children)

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

[–] dingdongitsabear@lemmy.ml 1 points 5 months ago

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.

[–] lupec@lemm.ee 1 points 5 months ago* (last edited 5 months ago)

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.

load more comments (1 replies)