this post was submitted on 04 Nov 2022
25 points (100.0% liked)

Linux

47368 readers
1086 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
all 32 comments
sorted by: hot top controversial new old
[–] hfkldjbuq@beehaw.org 7 points 2 years ago (1 children)

built from traditional distribution packages, but deployed via images.

Hell no. https://nixos.org and https://guix.gnu.org ftw

[–] cypherpunks@lemmy.ml 6 points 2 years ago (2 children)

i don't see why the concept of building immutable images using existing distro packages and tools shouldn't apply equally well to nixos and guix as it does to deb and rpm distros.

[–] hfkldjbuq@beehaw.org 2 points 2 years ago* (last edited 2 years ago)

Nix and Guix are already reproducible and have immutable store; no need for images in that case, and they more flexible. I'd need to read the article more throughfully for the deployment argument

[–] Ferk@lemmy.ml 2 points 2 years ago* (last edited 2 years ago)

My problem with this idea is that I generally do not like the defaults most distros use, I like experimenting and I often switch desktop environment or uninstall / clean up stuff I don't need.

I'd be ok if the image is just kernel + init system + shell, and maybe some small core components / tools.. but if the OS comes preloaded with huge software libraries, like typical KDE / GNOME distros do, then it's gonna be a lot of dead weight that I'd have to keep updated even if I do not use it.

Immutable images are great for devices with specific purposes meant for a particular software stack (like Chrome Books, the Steam Deck or so) but for a more general purpose computer where I actually want to deeply customize the UI for my workflow, I don't want to carry around whatever popular software the maintainers of the popular distro might have decided to include.

[–] ksynwa@lemmygrad.ml 3 points 2 years ago (2 children)

I think the focus must be on an image-based design rather than a package-based one. For robustness and security it is essential to operate with reproducible, immutable images that describe the OS or large parts of it in full, rather than operating always with fine-grained RPM/dpkg style packages. That's not to say that packages are not relevant (I actually think they matter a lot!), but I think they should be less of a tool for deploying code but more one of building the objects to deploy.

How is this different from any linux distro with docker installed on it?

[–] poVoq 7 points 2 years ago (1 children)

Its the opposite. What he is talking about is images based OS, like Ubuntu Touch is doing it, also the Steam Deck and stuff like CoreOS. I think Android and ChromeOS are also doing that. Its not a bad idea in general.

[–] ksynwa@lemmygrad.ml 3 points 2 years ago (1 children)

Can you explain what image based OS means?

[–] poVoq 7 points 2 years ago

The core operating system is a single read-only file (ROM, as in custom ROM on Android) and all the user files and customizations are on a different partition or such. Since the core system is fixed you can just swap it with a newer ROM when updating (and also go back to the old one if the update fails somehow.).

[–] brombek@lemmy.ml 4 points 2 years ago (1 children)

There is something sinister about his vision. I think it is fine for server OS to all be identical (docker is that already) - probably what you want, although less flexible. But for personal computing... that makes it very impersonal, to force bit-to-bit conformance on people.

[–] poVoq 8 points 2 years ago

This is not what this is about. You can customize it without problem, see Steam Deck. Its about the core system files being read only and easy to upgrade.

[–] lpwaterhouse@lemmy.ml 3 points 2 years ago (1 children)

Ah yes, the guy who funfamentally objects to the unix philosophy and is doing everything to make GNU/Linux the exact opposite of it... Yeah, no. Not interested.

[–] cypherpunks@lemmy.ml 4 points 2 years ago

in what way(s) specifically do you think he objects to the unix philosophy?

have you read his rebuttal to that claim (point #10 here)?

(disclaimer: i am using systemd on some, but not all, of my gnu/linux systems today... and after years of finding it irritating I am actually coming around to appreciate it.)

[–] jbowen@lemmy.ml 3 points 2 years ago

Lennart's influence over Linux distros are why I've been moving more to the *BSD camp.

[–] pickle@lemmy.ml 2 points 2 years ago (2 children)
[–] onlooker@lemmy.ml 6 points 2 years ago (1 children)

The systemd and pulseaudio guy.

[–] pickle@lemmy.ml 3 points 2 years ago

The guy that made the terrible audio stack? Got it.

[–] ksynwa@lemmygrad.ml 4 points 2 years ago

Lennart Poettering

[–] ClumsyHacker@lemmy.ml 2 points 2 years ago

His view is perfect for appliances, or devices where you don't want the user in control (e.g.: kiosk machines, steam decks, corporate laptops, supermarket checkouts).

But it's terrible for the linux machines that we love to tinker with, machines for developers of OS tools and alike.