ivandavidov / minimal-linux-script

One script which generates live Linux ISO image with minimal effort. Based on the first published version of Minimal Linux Live: http://github.com/ivandavidov/minimal
GNU General Public License v3.0
219 stars 70 forks source link

[QUESTION] Installing apps #17

Closed MESWEB closed 4 years ago

MESWEB commented 4 years ago

How I can install more apps? I want mount USB and SD Card Reader. I wish get there mysql, openssl, samba and more what I need. What about browsers?

ivandavidov commented 4 years ago

MLS doesn't provide a mechanism that allows you to add more apps. If you want additional apps in MLS, you should add them manually to the initramfs. This means that all your apps will be in the RAM. Also, it's entirely up to you to add these apps, including their shared libraries and other dependencies.

Perhaps you should try Slax or Ubuntu Mini.