I want to build a Linux based OS which is custom made for only one application and is totally light-weight and uses minimum system resources. How do I go about this?
Would stripping down an already existing OS such as Ubuntu be a good idea?
|
I want to build a Linux based OS which is custom made for only one application and is totally light-weight and uses minimum system resources. How do I go about this? Would stripping down an already existing OS such as Ubuntu be a good idea? |
|||||||||
|
|
If you want to build a Linux based OS that runs only what's necessary for the computer to work, and if you have time for that you should have a look at LFS. By the way, forking Ubuntu is the WORST idea ever. It's absolutely not light and runs a bunch of applications at startup. I would recommend you Archlinux. It's a lot lighter than Ubuntu. Hope it helps. Archlinux Link : https://www.archlinux.org/ As the title says, it's a lightweight distribution, might be just what you look for. Instead of building your own distribution, just give a shot at Arch and make your application run at the startup, it's not that complicated. |
|||
|
|
|
This one might be a kind of opposite answer. Take a look at DSL(Damn Small Linux). This might be what you need. This one is actually built to be used on a system with low hardware configuration like low memory. It comes with basics components like just |
|||
|
|
|
The basic idea would be to start your application as Also consider carefully if the savings of not having even a minimal userland available are worth the absolute impossibility of troubleshooting/tweaking. |
|||
|
|