Fixed up copyright notices and such
[platform/upstream/busybox.git] / README
1 Please see the LICENSE file for copyright information.
2
3 Busybox is a multicall binary used to provide a minimal subset of 
4 POSIX style commands and specialized functions.
5
6 It is geared toward the very small, i.e. boot floppies, embedded-
7 systems, etc. Specifically it is used in the Debian Rescue/Install
8 system (which caused the original busybox to be made), the Linux Router
9 Project, and others.
10
11 As of version 0.20 there is a version number. : )
12 Also as of version 0.20, BB is modularized to allow an easy build of
13 only the BB parts you need, to reduce binary size.
14
15 Edit the file busybox.def.h and comment out the parts you do not need
16 using C++ comments (//)
17
18 After the build is complete a busybox.links file is generated to allow
19 you to easily make the sym/hard links to the busybox binary.
20
21 Note the modular system is Makefile based, and purposely very
22 simplistic. It does no dependency checking. That is left for you
23 to figure out by trial and error.
24
25 Please feed patches back to:
26         Erik Andersen <andersee@deban.org>