j0rge

joined 1 year ago
[–] [email protected] 0 points 11 months ago* (last edited 11 months ago) (2 children)

I linked to it, here it is again: https://universal-blue.discourse.group/docs?topic=41#features-9

And the previous link was directly to the source code of the image.

[–] [email protected] 13 points 11 months ago (6 children)

What’s the actual difference to fedora silverblue?

Hi! Co-maintainer here, you can find the differences in the github repo: https://github.com/ublue-os/bluefin

And there's a doc page going over it here: https://universal-blue.discourse.group/docs?topic=41

If you have any other questions I'd be happy to answer them!

[–] [email protected] 7 points 1 year ago (6 children)

I use homebrew on linux, you're not going to get GUI apps that way though, the linux binaries are almost exclusively cli apps and libraries, etc.

[–] [email protected] 8 points 1 year ago

Co-maintainer here. That's basically what it is. The value proposition is included hardware enablement on the image (nvidia drivers, controller support, etc). and flathub ootb.

[–] [email protected] 8 points 1 year ago

Co-maintainer here, yep, you got it!

[–] [email protected] 1 points 1 year ago (1 children)

Of course you can install gparted, you can run just about anything that you want, it's still Linux.

[–] [email protected] 3 points 1 year ago

The OCI features are pretty new (they won't hit Fedora until F40) so there's catching up to do still. They'll get there at some point, there's just a vast amount of existing work out there that they need to account for.

[–] [email protected] 4 points 1 year ago (5 children)

Yeah, look at the examples here: https://github.com/coreos/layering-examples for an ansible example.

Though some modules don't work (the flatpak one doesn't work unfortunately). This is also useful: https://github.com/j1mc/ansible-silverblue

Hope it helps!

[–] [email protected] 1 points 1 year ago (1 children)

Someone just merged some shortcuts to let you turn them on and off easier: https://github.com/ublue-os/config/commit/0823567237f8d83a50a75e9a7cd15c7c9d758d22

[–] [email protected] 13 points 1 year ago (3 children)

Should work fine, bazzite even has a premade one, try it:

distrobox create --nvidia --image ghcr.io/ublue-os/bazzite-arch --name bazzite-arch

[–] [email protected] 4 points 1 year ago

You can totally use one of the tiling window manager images (sericea is based around sway) -- it wouldn't be a ton of work for that to be added to bazzite, it's just another parameter in the matrix, feel free to hop into github and help out, I'm sure people will want lots of options.

[–] [email protected] 1 points 1 year ago

Hi! I made the video and also happen to volunteer with flathub. The reason I've called it "cloud native" is because that's the common term used in the industry already and server people know what that means. "Immutable" is a terrible term that is neither technically accurate or something users need to care about.

As for the CLI thing. Shoving CLIs into flatpaks could be a thing but that wouldn't really solve a problem, it would just mean adding one more ocean to boil and someone would have to volunteer to package htop for the 30th time. There's no need to do that, distros already have htop!

It's a better time investment to fix the UX for containers on the desktop, especially since Mac and Windows are already there. :-/ There's a few options that people are exploring that are worth discussing.

  • podmansh has awesome potential, you just define a system-level container that has init and all the stuff people expect, then it would behave like the distro people are coming from. I suspect this is where CoreOS/Fedora will end up.
  • exo - we have a spec over at ublue to just add container support directly to the terminal, like how WSL/windows terminal does it. This is the approach Canonical is taking with workshops
  • Direct package management in your home dir - also an option, you can just install homebrew, nix, or tea or whatever install packages in your home directory and then it's totally decoupled from the system.

I personally use distrobox with the assemble pattern to have what I need on all my machines, but hopefully as time progresses distros will do a better job integrating all this stuff. I hope this helps answer some of your questions!

view more: next ›