this post was submitted on 16 Apr 2024
63 points (95.7% liked)

Linux

47307 readers
699 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
 

The openSUSE project is excited to announce that Leap Micro 6 is in its alpha development stage.

Building on the solid foundation of its predecessors, Leap Micro 6 continues to provide a stable, secure and scalable platform for modern lightweight host operating systems that mirrors features and enhancements of SUSE’s commercial SL Micro release.

With the upcoming release of Leap Micro 6, users of Leap Micro 5.4 will need to plan their migration either to Leap Micro 5.5, directly to Leap Micro 6 or a commercial version, as version 5.4 will reach end-of-life upon the launch of Leap Micro 6. Those currently on Leap Micro 5.5 will have the option to upgrade to version 6 or remain on 5.5 until the subsequent release.

Users familiar with Leap Micro 5.5 will remember its standout features, such as enhanced SELinux capabilities, improved podman-docker and Hyper-V support for AArch64, which have significantly bolstered the security and versatility of the operating system.

More Information about openSUSE:

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 8 points 5 months ago* (last edited 5 months ago) (2 children)

I wish them the best, but their model is not as good as Fedoras.

There is no

  • ~~rollback~~ reset
  • rebase
  • git-like transparency

And they compensate that by advising users to not install any RPMs which is pretty hillarious. I will do a longer writeup on that

[–] [email protected] 6 points 5 months ago (1 children)

If I remember correctly they do have rollback, at least in openSUSE Aeon (the immutable version based on Tumbleweed) . It just using btrfs snapshots

[–] [email protected] 6 points 5 months ago* (last edited 5 months ago)

(Sorry corrected the comment)

Yes, they have rollbacks for one previous version.

But the whole point of rpm-ostree is that you can be bit-for-bit the same as the upstream OS. If you do rpm-ostree reset you will go back to the latest but untampered system of Fedora.

On OpenSUSE microOS (and the others, please invent a name), you either install and immediately snapshot the system. Then you can fall back to an untampered but very outdated system. Or you need to reinstall afaik, which makes it not better than traditional distros.