blob: 86175ee9312abcadd51e25fca607453e5a7023e3 [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
Eric Andersene77ae3a1999-10-19 20:03:34 +000020Note the modular system is Makefile based, and purposely very
Eric Andersencc8ed391999-10-05 16:24:54 +000021simplistic. It does no dependency checking. That is left for you
22to figure out by trial and error.
23
24Please feed patches back to:
Eric Andersene77ae3a1999-10-19 20:03:34 +000025 Erik Andersen <andersee@deban.org>
26and
27 Bruce Perens <bruce@perens.com>
28and
Eric Andersencc8ed391999-10-05 16:24:54 +000029 Dave Cinege <dcinege@psychosis.com>
30and:
31 Enrique Zanardi <ezanardi@ull.es>