blob: 7d4e0f30404e4ed19a84c136d20261787832151d [file] [log] [blame]
Eric Andersencc8ed391999-10-05 16:24:54 +00001Please see the LICENSE file for copyright information.
2
3Busybox is a multicall binary used to provide a minimal subset of
4POSIX style commands and specialized functions.
5
6It is geared toward 'mini-systems' like boot floppies. Specifically
7it is used in the Debian Rescue/Install system (which caused the
8original busybox to be made), the Linux Router Project, and others.
9
10As of version 0.20 there is a version number. : )
11Also as of version 0.20, BB is modularized to allow an easy build of
12only the BB parts you need, to reduce binary size.
13
14Edit the file busybox.def.h and comment out the parts you do not need
15using C++ comments (//)
16
17After the build is complete a busybox.links file is generated to allow
18you to easily make the sym/hard links to the busybox binary.
19
20Note the modular system is Makefile based, and purposly very
21simplistic. It does no dependency checking. That is left for you
22to figure out by trial and error.
23
24Please feed patches back to:
25 Dave Cinege <dcinege@psychosis.com>
26and:
27 Enrique Zanardi <ezanardi@ull.es>