diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-04-06 15:39:20 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-04-06 15:39:20 +0000 |
commit | 69bd0d1e8926f06ac4a741607f02ae9cd0d16bed (patch) | |
tree | e29766ef81f7be12741d8d5f2a8dc673984c1e9f /README | |
parent | f730088bbcb7e0270a590a7161b0f8d8d50386d7 (diff) | |
download | busybox-69bd0d1e8926f06ac4a741607f02ae9cd0d16bed.tar.gz |
Yet more doc updates
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -5,17 +5,18 @@ small executable. It provides minimalist replacements for most of the utilities you usually find in GNU coreutils, util-linux, etc. The utilities in BusyBox generally have fewer options than their full-featured GNU cousins; however, the options that are included provide the expected functionality and behave very -much like their GNU counterparts. BusyBox provides a fairly complete POSIX -environment for any small or embedded system. +much like their GNU counterparts. BusyBox has been written with size-optimization and limited resources in mind. It is also extremely modular so you can easily include or exclude commands (or features) at compile time. This makes it easy to customize your embedded systems. To create a working system, just add /dev, /etc, and a Linux kernel. +BusyBox provides a fairly complete POSIX environment for any small or embedded +system. BusyBox is extremely configurable. This allows you to include only the components you need, thereby reducing binary size. Run 'make config' or -'make menuconfig' for select the functionality that you wish to enable. +'make menuconfig' to select the functionality that you wish to enable. After the build is complete, a busybox.links file is generated. This is used by 'make install' to create symlinks to the BusyBox binary for all |