Interesting article. For folks who need to put together their own distro, especially for embedded applications, Yocto and Buildroot both lower the barrier to rolling your own and getting exactly what you need to something quite reasonable.
An overview of single-purpose Linux distributions
81–90 of 103 posts
Re: An overview of single-purpose Linux distributions
#82Earlier quoted context omitted.
As pmOS folks (and anyone running alpine on their desktop or server) will happily tell you, size reduction is not a goal only relevant to container runtimes.
today i learned about https://en.wikipedia.org/wiki/PostmarketOS - "an operating system primarily for smartphones, based on the Alpine Linux distribution" https://en.wikipedia.org/wiki/PostmarketOS "Alpine Linux was chosen as the base distribution due to its low storage requirements, making it more suitable for older devices. Excluding the kernel, a base installation takes up approximately 6 MB" i guess that would al…
Re: An overview of single-purpose Linux distributions
#83This is one of those things that I've always been too scared to ask so I'm just going to ask it now: Is there a distro designed exclusively for running docker (and perhaps other) containers that also contains a friendly web UI for people who have no idea how docker actually works? I'm familiar with Proxmox, but it doesn't natively support docker.
Its paid SW, but I like Unraid OS for this. It supports Dockers, VMS, and of course an easy to manage hard drive array with parity and ssd caching support. Just being able to chuck all your old drives that are laying around, add them to the pool and bring new life to old HW was worth it for me. The docker and VM support are nice extras.
I’m sure it’s actually very straightforward and I’m just an idiot, but I haven’t had much luck.
Re: An overview of single-purpose Linux distributions
#84I have another type: a my-purposes-only elf/linux distro without all the kludge and bloat of the "other" purposes. :)
:)
Re: An overview of single-purpose Linux distributions
#85As a person who only occasionally needs Linux for specific purposes, something I‘d like is a well-supported mainstream distro for lightweight, high performance servers. Think NGINX, routers, local web proxies, that kind of thing. Something akin to BSD but Linux. Ideally something that supports a two-stage deployment where you compile for the exact target CPU and then the final thing has no extraneous components at al…
Re: An overview of single-purpose Linux distributions
#86Earlier quoted context omitted.
I'd love to learn more about how you're using that Tandy 1000!
I'm honestly still trying to figure out what I want to do with it. I got the compact flash to use with a XT-CF-Lite v4. I'm still trying to figure out what DOS I'd like to use. I can get the OEM MSDOS 3.22 installed onto the drive, but that version's max partition size is 32MB, which isn't ideal when the compact flash is 4GB. FreeDOS supports that size and pre-386, but it was a pain to get it on there and is a bit ov…
Re: An overview of single-purpose Linux distributions
#87> since all of the read-only parts of openSUSE MicroOS have now been moved to /usr, the upcoming 4.2.0 release of transactional-update would also be able to apply new snapshots without rebooting Huge improvement, reboot to activate was a major downside.
But do you update the kernel without rebooting? Previously transactional-update can update the kernel and call dracut to make a new boot image. I suppose this still needs a reboot?
Re: An overview of single-purpose Linux distributions
#88Earlier quoted context omitted.
But do you update the kernel without rebooting? Previously transactional-update can update the kernel and call dracut to make a new boot image. I suppose this still needs a reboot?
Canonical and Oracle offer updating a running Kernel as a paid service IIRC. One was called Ksplice, i think the one Oracle acquired.
Re: An overview of single-purpose Linux distributions
#89Interesting article. For folks who need to put together their own distro, especially for embedded applications, Yocto and Buildroot both lower the barrier to rolling your own and getting exactly what you need to something quite reasonable.
Yocto does not have a low barrier to entry, at least when it comes to making lots of customizations and then supporting them over time (e.g. upgrades). If you are willing to climb its learning curve, it definitely would be my recommendation for rolling a custom system.