diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/control b/debian/control index ae1aee551..c0a500cc4 100644 --- a/debian/control +++ b/debian/control | |||
@@ -66,3 +66,22 @@ Description: Tiny utilities for the debian-installer | |||
66 | on the debian-installer, this package is not for you. Installing this | 66 | on the debian-installer, this package is not for you. Installing this |
67 | on your Debian system is a very, very bad idea. You have been warned. | 67 | on your Debian system is a very, very bad idea. You have been warned. |
68 | 68 | ||
69 | Package: busybox-cvs-net-udeb | ||
70 | Architecture: i386 | ||
71 | Depends: ${shlibs:Depends} | ||
72 | Section: debian-installer | ||
73 | Conflicts: busybox-udeb | ||
74 | Priority: extra | ||
75 | Description: Tiny utilities for the debian-installer network images | ||
76 | BusyBox combines tiny versions of many common UNIX utilities into a single | ||
77 | small executable. It provides minimalist replacements for the most common | ||
78 | utilities you would usually find on your desktop system (i.e., ls, cp, mv, | ||
79 | mount, tar, etc.). The utilities in BusyBox generally have fewer options than | ||
80 | their full-featured GNU cousins; however, the options that are included | ||
81 | provide the expected functionality and behave very much like their GNU | ||
82 | counterparts. | ||
83 | . | ||
84 | busybox-udeb is used by the debian-installer, so unless you are working | ||
85 | on the debian-installer, this package is not for you. Installing this | ||
86 | on your Debian system is a very, very bad idea. You have been warned. | ||
87 | |||