this post was submitted on 06 Jun 2025
60 points (84.1% liked)

Linux

7694 readers
297 users here now

A community for everything relating to the GNU/Linux operating system

Also check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
 

They were bought by IBM a few years back, but even aside from that they’re a corporation and they care about making money above all else.

It looks like Red Hat is doing its damnedest to consolidate as much power for themselves within the Linux ecosystem.

I don’t think the incessant Fedora shilling is unrelated.

It seems like there isn’t much criticism of the company or their tactics, and I’m curious if any of you think that should change.

you are viewing a single comment's thread
view the rest of the comments
[–] Dark_Arc@social.packetloss.gg 8 points 1 day ago* (last edited 1 day ago) (2 children)

TIL; though I moved my servers to Debian ... having the ability to sanely upgrade without a reinstall is a major plus.

[–] nanook@friendica.eskimo.com 3 points 16 hours ago

@Dark_Arc @LeFantome I've had mixed luck with debian in this regard. Bullseye to Bookworm was a smooth upgrade but some of the others have not gone so well.

[–] FlexibleToast@lemmy.world 2 points 15 hours ago* (last edited 15 hours ago) (1 children)

I'm pretty sure Alma had a way to upgrade major releases. I know RHEL has Leapp, but it is always recommended to do a greenfield reinstall. Although with image mode and ostree that is changing.

[–] Dark_Arc@social.packetloss.gg 1 points 13 hours ago (1 children)

Interesting ... yeah it looks like Leapp can do some upgrades for Alma and possibly others as well (TIL). I'm not sure how well that upgrade process would compare / be supported vs Debian though.

What's the image mode and ostree stuff? Is that required for RHEL and/or Alma going forward?

[–] FlexibleToast@lemmy.world 1 points 6 hours ago (1 children)

No image mode is not required. It is the immutable mode for RHEL. Using image builder and bootc to create and upgrade your images. Ostree is sort of like putting your entire OS in git. For an upgrade it checks out a new branch, updates that branch, then you have to reboot into that branch. That makes the upgrade atomic and gives you the ability to rollback. It's what Core OS uses and what the Fedora Atomic desktops use. It's a much bigger thing in RHEL 10 and I suspect will take over a lot of the duties of Satellite at some point.

[–] Dark_Arc@social.packetloss.gg 1 points 18 minutes ago

Ahhh so leapp will simply become less relevant because a better upgrade mechanism will take over