aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/busybox.spec10
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/busybox.spec b/examples/busybox.spec
index 46bd7f484..281a381a7 100644
--- a/examples/busybox.spec
+++ b/examples/busybox.spec
@@ -11,11 +11,11 @@ Source: busybox-0.29a1.tar.gz
11 11
12%Description 12%Description
13BusyBox is a suite of "tiny" Unix utilities in a multi-call binary. It 13BusyBox is a suite of "tiny" Unix utilities in a multi-call binary. It
14provides a pretty complete environment that fits on a floppy or in a 14provides a pretty complete POSIX environment in a very small package.
15ROM. Just add "ash" (Keith Almquists tiny Bourne shell clone) and "ae", 15Just add a kernel, "ash" (Keith Almquists tiny Bourne shell clone), and
16and a kernel and you have a full system. This is used on the Debian 16an editor such as "elvis-tiny" or "ae", and you have a full system. This
17install disk and in an internet router, and it makes a good environment 17is makes an excellent environment for a "rescue" disk or any small or
18for a "rescue" disk or any small or embedded system. 18embedded system.
19 19
20%Prep 20%Prep
21%setup -q -n busybox 21%setup -q -n busybox