Eric Andersen | b108a5b | 2000-06-19 09:21:34 +0000 | [diff] [blame] | 1 | Source: busybox |
| 2 | Priority: optional |
| 3 | Maintainer: Erik Andersen <andersee@debian.org> |
Eric Andersen | 5d9cad0 | 2001-02-22 05:08:16 +0000 | [diff] [blame] | 4 | Build-Depends: debhelper (>= 2.1.18), dpkg-dev (>= 1.7.0) |
Eric Andersen | e2f6e12 | 2000-12-01 19:55:04 +0000 | [diff] [blame] | 5 | Standards-Version: 3.2.1.0 |
Eric Andersen | b108a5b | 2000-06-19 09:21:34 +0000 | [diff] [blame] | 6 | |
| 7 | Package: busybox |
| 8 | Architecture: any |
| 9 | Depends: ${shlibs:Depends} |
Eric Andersen | b2007bf | 2001-02-22 05:21:35 +0000 | [diff] [blame] | 10 | Conflicts: busybox-static |
| 11 | Replaces: busybox-static |
Eric Andersen | b108a5b | 2000-06-19 09:21:34 +0000 | [diff] [blame] | 12 | Section: utils |
Eric Andersen | e2f6e12 | 2000-12-01 19:55:04 +0000 | [diff] [blame] | 13 | Description: Tiny utilities for small and embedded systems. |
Eric Andersen | b108a5b | 2000-06-19 09:21:34 +0000 | [diff] [blame] | 14 | BusyBox combines tiny versions of many common UNIX utilities into a single |
| 15 | small executable. It provides minimalist replacements for the most common |
Eric Andersen | 77d9268 | 2001-05-23 20:32:09 +0000 | [diff] [blame] | 16 | utilities you would usually find on your desktop system (i.e., ls, cp, mv, |
| 17 | mount, tar, etc.). The utilities in BusyBox generally have fewer options than |
Eric Andersen | b108a5b | 2000-06-19 09:21:34 +0000 | [diff] [blame] | 18 | their full-featured GNU cousins; however, the options that are included |
| 19 | provide the expected functionality and behave very much like their GNU |
| 20 | counterparts. |
| 21 | . |
Eric Andersen | e2f6e12 | 2000-12-01 19:55:04 +0000 | [diff] [blame] | 22 | This package installs the BusyBox binary but does not install symlinks |
| 23 | for any of the supported utilities. You can use /bin/busybox --install |
| 24 | to install BusyBox to the current directory (you do not want to do this |
| 25 | in / on your Debian system!). |
Eric Andersen | b108a5b | 2000-06-19 09:21:34 +0000 | [diff] [blame] | 26 | |
| 27 | Package: busybox-static |
| 28 | Architecture: any |
| 29 | Depends: ${shlibs:Depends} |
Eric Andersen | b2007bf | 2001-02-22 05:21:35 +0000 | [diff] [blame] | 30 | Conflicts: busybox |
| 31 | Replaces: busybox |
Eric Andersen | b108a5b | 2000-06-19 09:21:34 +0000 | [diff] [blame] | 32 | Section: shells |
Matt Kraai | 26eeb0c | 2001-07-26 14:45:21 +0000 | [diff] [blame] | 33 | Description: Standalone rescue shell with tons of builtin utilities. |
Eric Andersen | b108a5b | 2000-06-19 09:21:34 +0000 | [diff] [blame] | 34 | BusyBox combines tiny versions of many common UNIX utilities into a single |
| 35 | small executable. It provides minimalist replacements for the most common |
Eric Andersen | 77d9268 | 2001-05-23 20:32:09 +0000 | [diff] [blame] | 36 | utilities you would usually find on your desktop system (i.e., ls, cp, mv, |
| 37 | mount, tar, etc.). The utilities in BusyBox generally have fewer options than |
Eric Andersen | b108a5b | 2000-06-19 09:21:34 +0000 | [diff] [blame] | 38 | their full-featured GNU cousins; however, the options that are included |
| 39 | provide the expected functionality and behave very much like their GNU |
| 40 | counterparts. |
| 41 | . |
| 42 | BusyBox-static provides you with a statically linked simple stand alone shell |
| 43 | that provides all the utilities available in BusyBox. This package is |
| 44 | intended to be used as a rescue shell, in the event that you screw up your |
| 45 | system. Invoke "busybox sh" and you have a standalone shell ready to save |
| 46 | your system from certain destruction. Invoke "busybox", and it will list the |
| 47 | available builtin commands. |
| 48 | |
Eric Andersen | e2f6e12 | 2000-12-01 19:55:04 +0000 | [diff] [blame] | 49 | Package: busybox-udeb |
| 50 | Architecture: any |
| 51 | Depends: ${shlibs:Depends} |
| 52 | Section: debian-installer |
Eric Andersen | 0279505 | 2001-07-06 20:36:57 +0000 | [diff] [blame] | 53 | Priority: standard |
Eric Andersen | e73fda8 | 2000-12-01 22:59:04 +0000 | [diff] [blame] | 54 | Description: Tiny utilities for the debian-installer |
Eric Andersen | e2f6e12 | 2000-12-01 19:55:04 +0000 | [diff] [blame] | 55 | BusyBox combines tiny versions of many common UNIX utilities into a single |
| 56 | small executable. It provides minimalist replacements for the most common |
Eric Andersen | 77d9268 | 2001-05-23 20:32:09 +0000 | [diff] [blame] | 57 | utilities you would usually find on your desktop system (i.e., ls, cp, mv, |
| 58 | mount, tar, etc.). The utilities in BusyBox generally have fewer options than |
Eric Andersen | e2f6e12 | 2000-12-01 19:55:04 +0000 | [diff] [blame] | 59 | their full-featured GNU cousins; however, the options that are included |
| 60 | provide the expected functionality and behave very much like their GNU |
| 61 | counterparts. |
| 62 | . |
Eric Andersen | e73fda8 | 2000-12-01 22:59:04 +0000 | [diff] [blame] | 63 | busybox-udeb is used by the debian-installer, so unless you are working |
| 64 | on the debian-installer, this package is not for you. Installing this |
| 65 | on your Debian system is a very, very bad idea. You have been warned. |
Eric Andersen | e2f6e12 | 2000-12-01 19:55:04 +0000 | [diff] [blame] | 66 | |