diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-01-27 09:33:39 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-01-27 09:33:39 +0000 |
commit | 199aee55eae127e22f5ac6eb569bc65c6c3f4bb0 (patch) | |
tree | 093a3a229710047fc5504b8e24a03a5da3ed9ff4 /README | |
parent | 82d287f672c2da224de1a40b521d596e0aa5aaea (diff) | |
download | busybox-w32-199aee55eae127e22f5ac6eb569bc65c6c3f4bb0.tar.gz busybox-w32-199aee55eae127e22f5ac6eb569bc65c6c3f4bb0.tar.bz2 busybox-w32-199aee55eae127e22f5ac6eb569bc65c6c3f4bb0.zip |
Fix up copyright msgs. Bump version to 0.49 in preparation for
a release. Update the website with release details.
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@1697 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -11,8 +11,9 @@ the expected functionality and behave very much like their GNU counterparts. | |||
11 | BusyBox has been written with size-optimization and limited resources in mind. | 11 | BusyBox has been written with size-optimization and limited resources in mind. |
12 | It is also extremely modular so you can easily include or exclude commands (or | 12 | It is also extremely modular so you can easily include or exclude commands (or |
13 | features) at compile time. This makes it easy to customize your embedded | 13 | features) at compile time. This makes it easy to customize your embedded |
14 | systems. To create a working system, just add a kernel and an editor (such as | 14 | systems. To create a working system, just add /dev, a kernel, and an editor, |
15 | e3 (http://www.sax.de/~adlibiti) or elvis-tiny). | 15 | such as nano, e3, or elvis-tiny. For a really minimal system, you can even use |
16 | the busybox shell (not Bourne compatible, but very small and quite usable). | ||
16 | 17 | ||
17 | BusyBox was originally written to support the Debian Rescue/Install disks, but | 18 | BusyBox was originally written to support the Debian Rescue/Install disks, but |
18 | it also makes an excellent environment for any small or embedded system. | 19 | it also makes an excellent environment for any small or embedded system. |
@@ -27,7 +28,7 @@ After the build is complete, a busybox.links file is generated. This is | |||
27 | used by 'make install' to create symlinks to the busybox binary for all | 28 | used by 'make install' to create symlinks to the busybox binary for all |
28 | compiled in functions. By default, 'make install' will place the symlink | 29 | compiled in functions. By default, 'make install' will place the symlink |
29 | forest into `pwd`/_install unless you have defined the PREFIX environment | 30 | forest into `pwd`/_install unless you have defined the PREFIX environment |
30 | variable (i.e., make PREFIX="/tmp/foo" install) | 31 | variable (i.e., 'make PREFIX=/tmp/foo install') |
31 | 32 | ||
32 | ---------------- | 33 | ---------------- |
33 | 34 | ||