this post was submitted on 24 Jul 2024
34 points (100.0% liked)

Linux

47151 readers
1406 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
 

Couldn't find the project in my browser history or Lemmy saves. I'm pretty sure it was Lemmy though that led me to find a GitHub project similar to OSTree. It sounded like it was maintained by one person and it hasn't been updated in a long time because the author thought it was "done" and they used it frequently.

It was a tool that let them basically create images that could be booted from and it was easy to layer software on top of a base image and I think there were config files similar to Containerfiles but didn't look the same. Don't think it be was "goldboot" either but that might be a little closer to what the project does. I don't think it was something Fedora specific either like bootc.

Update: Found it! It was in the history of a laptop I rarely use (of course). The project is https://github.com/godarch/darch and it does appear to be those things I said: layered, docker-like, bare metal, and OS agnostic.

top 5 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 1 month ago (1 children)

I'm going to assume it's not Universal Blue... But parts of your description reminded me of it.

[–] [email protected] 2 points 1 month ago

Could've been something Fedora-ish but based on the GitHub I don't think that's it. The most distinct thing I remember is that it appeared abandoned but the author just didn't feel it needed any changes.

I use like four different devices to browse and some have multiple browsers so checking history has been rough.

[–] [email protected] 5 points 1 month ago

I don't suppose you're thinking of the system BlendOS uses, right? It's the closest I can think of based on your description but it doesn't seem to fit the timeframe.

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

Are you maybe thinking of https://distr1.org/ made by the i3 guy?

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

Interesting but not what I was thinking of. I think in the GitHub also the author gave a specific example of an OS layered with the Steam client.