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

static busybox is bad busybox! #3

Closed ghost closed 7 years ago

ghost commented 7 years ago

I tested it!

ivandavidov commented 7 years ago

Do you have idea what's the difference between statically linked executables and dynamically linked executables? And do you have idea how BusyBox works when it is dynamically linked? You may have tested the build phase of the project (yes, it always builds just fine) but I am 100% sure you haven't tested the actual ISO image (no, in your case it won't work).

ghost commented 7 years ago

some commands in static busybox did not recognize(i add links and it not work), but in dynamic busybox u can't use chroot

ivandavidov commented 7 years ago

I'm closing this because it is some kind of a joke. :)