On Wed, Jul 29, 2009 at 06:40:00PM +0800, Arthur Wong wrote: >Hello: > >In uClinux, i think the msh from busybox is the best shell. >but the binary busybox is too big, so i want to extract the msh from >busybox. > >Is't easy for that, and how should i do ?
enable just msh and nothing more. then copy the resulting busybox binary to /bin/msh && ln -sf msh /bin/sh to make it your default sh. HTH, _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
