KP Kirchd�rfer wrote: > > In case you haven't seen it: > > http://oss.software.ibm.com/developer/opensource/linux/projects/minilibc/ > > According to the the README minilibc will check all dependencies of the > applications and glibc, and then produces a libc.so as small as possible. > > The author has tested minilibc with glibc 2.1.3 and glibc 2.2.2 and as > example application busybox 0.5.0 ... :) > > It requires glibc sources, MySQL and of course the sources of all > applications you want to run with libc.so...
For a system like Oxygen (and perhaps others) this wouldn't work, since they use add-on packages which may or may not exist. For me to expand ALL the sources would take a pretty good sized disk :) However, for a boot... but... > If it's possible to build a boot floppy with minilibc's libc.so and busybox > (anything else?) and then replace the lib's with a glibc 2.1.3 or 2.2.2 > lrp... As for me, I removed the need for glibc (and sed) until AFTER packages are loaded - which means that glibc could be stored as a package - or even, on the network somewhere. I made busybox statically linked, as well as fget (for network loading) - and used the shell's variable substitution instead of sed. _______________________________________________ Leaf-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-devel
