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 | e2f6e12 | 2000-12-01 19:55:04 +0000 | [diff] [blame] | 4 | Build-Depends: debhelper (>= 2.1.18), dpkg-dev (1.7.0) |
| 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 | e2f6e12 | 2000-12-01 19:55:04 +0000 | [diff] [blame] | 10 | Conflicts: |
| 11 | Replaces: |
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 |
| 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 |
| 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} |
| 30 | Section: shells |
| 31 | Description: Provides a stand alone rescue shell with tons of builtin utilities. |
| 32 | BusyBox combines tiny versions of many common UNIX utilities into a single |
| 33 | small executable. It provides minimalist replacements for the most common |
| 34 | utilities you would usually find on your desktop system (i.e. ls, cp, mv, |
| 35 | mount, tar, etc). The utilities in BusyBox generally have fewer options than |
| 36 | their full-featured GNU cousins; however, the options that are included |
| 37 | provide the expected functionality and behave very much like their GNU |
| 38 | counterparts. |
| 39 | . |
| 40 | BusyBox-static provides you with a statically linked simple stand alone shell |
| 41 | that provides all the utilities available in BusyBox. This package is |
| 42 | intended to be used as a rescue shell, in the event that you screw up your |
| 43 | system. Invoke "busybox sh" and you have a standalone shell ready to save |
| 44 | your system from certain destruction. Invoke "busybox", and it will list the |
| 45 | available builtin commands. |
| 46 | |
Eric Andersen | e2f6e12 | 2000-12-01 19:55:04 +0000 | [diff] [blame] | 47 | Package: busybox-udeb |
| 48 | Architecture: any |
| 49 | Depends: ${shlibs:Depends} |
| 50 | Section: debian-installer |
Eric Andersen | e73fda8 | 2000-12-01 22:59:04 +0000 | [diff] [blame^] | 51 | Description: Tiny utilities for the debian-installer |
Eric Andersen | e2f6e12 | 2000-12-01 19:55:04 +0000 | [diff] [blame] | 52 | BusyBox combines tiny versions of many common UNIX utilities into a single |
| 53 | small executable. It provides minimalist replacements for the most common |
| 54 | utilities you would usually find on your desktop system (i.e. ls, cp, mv, |
| 55 | mount, tar, etc). The utilities in BusyBox generally have fewer options than |
| 56 | their full-featured GNU cousins; however, the options that are included |
| 57 | provide the expected functionality and behave very much like their GNU |
| 58 | counterparts. |
| 59 | . |
Eric Andersen | e73fda8 | 2000-12-01 22:59:04 +0000 | [diff] [blame^] | 60 | busybox-udeb is used by the debian-installer, so unless you are working |
| 61 | on the debian-installer, this package is not for you. Installing this |
| 62 | 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] | 63 | |