diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -11,9 +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 /dev, a kernel, and an editor, | 14 | systems. To create a working system, just add /dev, a shell, and a kernel. For |
15 | such as nano, e3, or elvis-tiny. For a really minimal system, you can even use | 15 | a really minimal system, you can even use the busybox shell (not Bourne |
16 | the busybox shell (not Bourne compatible, but very small and quite usable). | 16 | compatible, but very small and quite usable) and the busybox vi editor. |
17 | 17 | ||
18 | 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 |
19 | 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. |
@@ -71,7 +71,7 @@ to submit@bugs.lineo.com. Bug reports should look something like this: | |||
71 | Subject: /bin/true doesn't work | 71 | Subject: /bin/true doesn't work |
72 | 72 | ||
73 | Package: busybox | 73 | Package: busybox |
74 | Version: 0.48 | 74 | Version: 0.51 |
75 | 75 | ||
76 | When I invoke '/bin/true' it doesn't work. I expected it to return | 76 | When I invoke '/bin/true' it doesn't work. I expected it to return |
77 | a "0" but it returned a "1" instead. Here is the transcript: | 77 | a "0" but it returned a "1" instead. Here is the transcript: |
@@ -115,6 +115,7 @@ Please feed suggestions, bug reports, insults, and bribes back to: | |||
115 | Erik Andersen | 115 | Erik Andersen |
116 | <andersen@lineo.com> | 116 | <andersen@lineo.com> |
117 | <andersee@debian.org> | 117 | <andersee@debian.org> |
118 | <andersee@codepoet.org> | ||
118 | 119 | ||
119 | <blatant plug> | 120 | <blatant plug> |
120 | Many thanks to go to Lineo for paying me to work on busybox. | 121 | Many thanks to go to Lineo for paying me to work on busybox. |