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

nano missing dependencies? #20

Closed Jan-V2 closed 2 years ago

Jan-V2 commented 2 years ago

so i tried to build the latest commit with just ncurses and nano. however, when i try to run nano the following happens.

emupng

it complains about missing a lib,, and when i check the /lib folder, it does the only thing i changed was that i added ncurses and nano as overlay packages config i tried adding glibc_full to see if it would help but it didn't besides in the documentation it states that it should automatically add dependencies. so i think i might have found, a bug related to one of the dependencies. correct me if i'm wrong of course, i'm still pretty new to this low level stuff.

ivandavidov commented 2 years ago

This issue is related to MLL, not to MLS.

I suggest you take a look at the nano and ncurses build processes and try to implement the solution proposed in this thread. Unfortunately, I am too busy to maintain the dependencies, but I am open for pull requests.

Another option for you is to add the static-get overlay bundle and install nano at runtime.