summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 5 insertions, 4 deletions
diff --git a/README b/README
index ac3ebddfd..cea4a68e2 100644
--- a/README
+++ b/README
@@ -11,9 +11,9 @@ the expected functionality and behave very much like their GNU counterparts.
11BusyBox has been written with size-optimization and limited resources in mind. 11BusyBox has been written with size-optimization and limited resources in mind.
12It is also extremely modular so you can easily include or exclude commands (or 12It is also extremely modular so you can easily include or exclude commands (or
13features) at compile time. This makes it easy to customize your embedded 13features) at compile time. This makes it easy to customize your embedded
14systems. To create a working system, just add /dev, a kernel, and an editor, 14systems. To create a working system, just add /dev, a shell, and a kernel. For
15such as nano, e3, or elvis-tiny. For a really minimal system, you can even use 15a really minimal system, you can even use the busybox shell (not Bourne
16the busybox shell (not Bourne compatible, but very small and quite usable). 16compatible, but very small and quite usable) and the busybox vi editor.
17 17
18BusyBox was originally written to support the Debian Rescue/Install disks, but 18BusyBox was originally written to support the Debian Rescue/Install disks, but
19it also makes an excellent environment for any small or embedded system. 19it 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>
120Many thanks to go to Lineo for paying me to work on busybox. 121Many thanks to go to Lineo for paying me to work on busybox.