aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-04-10 20:10:55 +0000
committerEric Andersen <andersen@codepoet.org>2001-04-10 20:10:55 +0000
commit0958093be6c97ab3d49b331535f8805c69cff2f7 (patch)
treebbce012e30e432baa26bc9d4e4a06fdd2b26ca56 /README
parent3c3430502a92969a7238a5ee9460993701809701 (diff)
downloadbusybox-0958093be6c97ab3d49b331535f8805c69cff2f7.tar.gz
Doc update for the 0.51 release.
-Erik
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.
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, a kernel, and an editor,
-such as nano, e3, or elvis-tiny. For a really minimal system, you can even use
-the busybox shell (not Bourne compatible, but very small and quite usable).
+systems. To create a working system, just add /dev, a shell, and a kernel. For
+a really minimal system, you can even use the busybox shell (not Bourne
+compatible, but very small and quite usable) and the busybox vi editor.
BusyBox was originally written to support the Debian Rescue/Install disks, but
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:
Subject: /bin/true doesn't work
Package: busybox
- Version: 0.48
+ Version: 0.51
When I invoke '/bin/true' it doesn't work. I expected it to return
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:
Erik Andersen
<andersen@lineo.com>
<andersee@debian.org>
+ <andersee@codepoet.org>
<blatant plug>
Many thanks to go to Lineo for paying me to work on busybox.