this post was submitted on 13 Jul 2025
32 points (100.0% liked)

Linux.zip

598 readers
36 users here now

Linux community for Lemmy.zip. ~~also this needs mods pretty bad~~ apparently not as bad as I thought (either that or this community isnt alive enough for troublemakers yet)


Community Rules:

  1. Do not violate any laws, third-party rights, and/or proprietary rights.
  2. Do not harass others, be abusive, threatening, and/or harmful.
  3. Do not be needlessly defamatory and/or intentionally misleading.
  4. Do not upload without marking obscene and/or sensitive content as such.
  5. Do not promote racism, bigotry, hatred, harm, and violence of any kind.

^i^ ^may^ ^or^ ^may^ ^not^ ^have^ ^stolen^ ^these^ ^rules^ ^from^ ^another^ ^linux^ ^community^ ^on^ ^another^ ^instance^

founded 2 years ago
MODERATORS
 

GParted Live 1.7.0 ends support for 32-bit systems, upgrades its Linux base, and improves boot device handling.

you are viewing a single comment's thread
view the rest of the comments
[–] b_tr3e@feddit.org 4 points 20 hours ago (2 children)

Calling GParted a distro is quite a bit over the top, IMO. It's a bootable partition manager. A pretty good one but still a partition manager. Even if it has a stripped down Linux kernel under the hood (running anything else would be pointless as file systems are almost exclusively implemented in the kernel).

[–] stupidcasey@lemmy.world 2 points 20 hours ago (1 children)

A distro can literally be the kernel and file system, I think it passes.

[–] b_tr3e@feddit.org 2 points 19 hours ago

No binutils, coreutils, shell, vcs etc? I'd expect a full distro to be at least mostly POSIX compatible. But even so, "Kernel and file systems" doesn't make much sense because the file systems already are in the kernel. And a kernel without userspace will miss anything to communicate with because that all is in userspace.