<busybox maintainer hat on>
Have at it. http://busybox.lineo.com/
<off>
Getting busybox to replace kernel based NFS-root would be _easy_ since
busybox already supports NFS in its mount implementation (mount + nfs
support - everything else = 18960 bytes dynamicly linked). Unfortunatly
(as discussed) when staticly linked vs glibc it grows to 309k. Perhaps
some of the ideas discussed here may help to greatly shrink it.
Certainly replacing printf with the micro printf implementation
discussed earlier in this thread would help.
Adding a trivial tftp client to BB should be easy as well. Turn off
everything else, boom, a user space initrd-tftp solution. And I
had it in front on me the whole time.
/me bops myself on the head.
-Erik
--
Erik B. Andersen Web: http://www.xmission.com/~andersen/
email: andersee@debian.org
--This message was written using 73% post-consumer electrons--
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/